-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "xiaoliu",
"version": "1.0.0",
"keywords": [
"xiaoliujs",
"react",
"antd"
],
"scripts": {
"start": "umi dev",
"build": "umi build"
},
"dependencies": {
"@umijs/plugin-sass": "^1.1.1",
"@umijs/preset-react": "^1.8.24",
"ahooks": "^3.7.0",
"antd": "^4.21.6",
"antd-dayjs-webpack-plugin": "^1.0.6",
"array-move": "^4.0.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0",
"copy-to-clipboard": "^3.3.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.3",
"echarts": "^5.3.3",
"echarts-wordcloud": "^2.0.0",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-bmapgl": "^0.2.7",
"react-dom": "^18.2.0",
"react-sortable-hoc": "^2.0.0",
"swiper": "^6.8.1",
"umi": "^3.5.26",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"sass-loader": "^12.1.0",
"typescript": "^4.1.2"
},
"description": "https://github.com/xiaoliu1990"
}