-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "rry-vite-pro",
"aliasName": "rry-vite-pro",
"private": true,
"version": "0.0.0",
"license": "ISC",
"scripts": {
"start": "vite --host",
"preview": "vite preview",
"build:prod": "vite build",
"svg": "rm -rf fonts; node svg2font.js;"
},
"commitlint": {
"extends": [
"@gm-react-app/commitlint-gm-react-app"
]
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@gm-common/qiniup": "^2.11.1",
"@gm-common/x-request": "^2.11.1",
"ahooks": "^3.3.8",
"antd": "^4.19.5",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"clipboard": "^2.0.10",
"crypto-js": "^4.1.1",
"js-sha256": "^0.9.0",
"less": "^4.1.2",
"lodash": "^4.17.21",
"mobx": "^6.5.0",
"mobx-react": "^7.3.0",
"moment": "^2.29.2",
"postcss": "^8.4.12",
"qrcode": "^1.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-loadable": "^5.5.0",
"react-router-dom": "^6.3.0",
"tailwindcss": "^3.0.24",
"vconsole": "^3.14.6",
"watermarkjs": "^2.1.1"
},
"devDependencies": {
"@types/babel__core": "^7.1.19",
"@types/crypto-js": "^4.1.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^6.8.0",
"eslint-plugin-gm-react-app": "^3.7.7",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^1.6.1",
"typescript": "^4.6.3",
"vite": "^2.9.2",
"webpack-iconfont-plugin-nodejs": "^1.0.22"
}
}