-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.67 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "react-pro",
"version": "1.0.0",
"description": "react-pro-app",
"author": "koringz",
"license": "ISC",
"scripts": {
"open": "npm run --open go",
"go": "webpack-dev-server --config config/webpack.development.config.js",
"build:dev": "cross-env FIRST_ENV=development --env.NODE_ENV=development webpack --config config/webpack.development.config.js",
"build:prod": "cross-env FIRST_ENV=production --env.NODE_ENV=production webpack --config config/webpack.production.config.js",
"build:test": "cross-env FIRST_ENV=testing --env.NODE_ENV=testing webpack --config config/webpack.testing.config.js",
"polp:build": "polp pages `call name generator pages`",
"upgrade": "yarn upgrade-interactive --latest"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-typescript": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/react": "^17.0.20",
"@types/react-document-title": "^2.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"animate.css": "^4.1.1",
"antd": "^5.20.0",
"antd-scss-theme-plugin": "^1.0.8",
"axios": "^0.24.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"devtool": "^2.3.1",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"plop": "^2.7.4",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"react": "^17.0.2",
"react-document-title": "^2.0.3",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.6",
"react-router-breadcrumbs-hoc": "^4.1.0",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.2",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.0",
"style-loader": "^3.2.1",
"typescript": "^4.4.2",
"update": "^0.7.4",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.4.0",
"webpack-merge": "^5.8.0",
"xss": "^1.0.11"
},
"devDependencies": {
"@hot-loader/react-dom": "^17.0.1+4.13.0",
"@types/redux-logger": "^3.0.9",
"babel-plugin-import": "^1.13.8",
"copy-webpack-plugin": "^10.2.4",
"prettier": "2.3.2",
"sass": "^1.39.0",
"sass-loader": "^12.3.0",
"sass-resources-loader": "^2.2.5",
"thread-loader": "^3.0.4",
"tilg": "^0.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.10.2"
}
}