This repository was archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.48 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.48 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "webpack-node-modules-splitting",
"scripts": {
"start:dev": "yarn pnpify webpack-dev-server -w",
"commit": "git-cz",
"start": "yarn pnpify webpack --mode=development -w"
},
"dependencies": {
"@yarnpkg/pnpify": "^2.2.0",
"lodash": "^4.17.20",
"lottie": "^0.0.1",
"lottie-web": "^5.7.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@berry/pnpify": "^0.1.0",
"@types/lodash": "^4.14.161",
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-loader": "^8.1.0",
"compression-webpack-plugin": "^5.0.1",
"crypto": "^1.0.1",
"css-loader": "^4.2.2",
"cssnano": "^4.1.10",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-simple-import-sort": "^5.0.3",
"git-cz": "^4.7.1",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.11.0",
"mkdirp": "^1.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"terser-webpack-plugin": "^4.1.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}