-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-install.bat
31 lines (19 loc) · 924 Bytes
/
npm-install.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
npm i -D webpack webpack-cli webpack-dev-server webpack-merge
npm i -D @types/webpack
npm i -g commitizen
commitizen init cz-conventional-changelog --save-dev --save-exact
npm i -g typescript
npm i -D typescript
npm i -D @babel/core @babel/preset-env @babel/preset-typescript
npm i -D jest @types/jest babel-jest jest-environment-jsdom ts-jest
npm i -D ts-loader clean-webpack-plugin copy-webpack-plugin css-loader html-loader html-webpack-plugin mini-css-extract-plugin
npm i _D ts-plugin-scss-modules typescript-plugin-css-modules
npm i -D sass sass-loader sass-resources-loader
npm i -D eslint eslint-config-prettier eslint-plugin-import eslint-plugin-prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser
npm i -D eslint-config-airbnb eslint-config-airbnb-typescript
npm i -D prettier
npx husky-init
npm install
rem Install Toastify
npm i --save toastify-js
npm i --save-dev @types/toastify-js