-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.3 KB
/
package.json
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
{
"name": "aes-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve --open --config ./webpack/webpack.config.dev.js --progress",
"pro": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.pro.js --progress",
"lint": "eslint src"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@eslint/js": "^9.7.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.4",
"globals": "^15.8.0",
"html-webpack-plugin": "^5.6.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.0",
"pre-commit": "^1.2.2",
"purgecss-webpack-plugin": "^6.0.0",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@ant-design/pro-components": "^2.7.13",
"@microsoft/fetch-event-source": "^2.0.1",
"@svgr/webpack": "^8.1.0",
"ahooks": "^3.8.0",
"antd": "^5.19.2",
"axios": "^1.7.2",
"copy-webpack-plugin": "^12.0.2",
"echarts": "^5.5.1",
"echarts-liquidfill": "^3.1.0",
"js-base64": "^3.7.7",
"js-md5": "^0.8.3",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-i18next": "^14.1.3",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.25.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0"
},
"pre-commit": [
"lint"
]
}