This repository was archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.21 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
{
"name": "ad-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack server --progress --config config/webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --config config/webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"cross-env": "^7.0.3",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^2.1.0",
"sass": "^1.51.0",
"open-browser-webpack4-plugin": "^1.0.0",
"sass-loader": "^10.1.0",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"webpack": "^5.4.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@ant-design/charts": "^1.2.13",
"@types/lodash": "^4.14.173",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-router-config": "^5.0.3",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"antd": "^4.16.7",
"axios": "^0.21.1",
"dayjs": "^1.10.6",
"lodash": "^4.17.21",
"mobx": "^6.3.10",
"mobx-react": "^7.2.1",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2",
"redux-saga": "^1.1.3",
"typescript": "^4.3.5"
}
}