-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "vcb-member-fe",
"version": "1.0.0",
"description": "vcb-s成员介绍管理端",
"private": true,
"keywords": [],
"author": "inori-lover",
"license": "GPL-3.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
"postinstall": "umi generate tmp",
"u": "ncu"
},
"dependencies": {
"classnames": "^2.3.1",
"hash-wasm": "^4.9.0",
"immer": "^9.0.14",
"path-to-regexp": "^6.2.1",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.1.0",
"react-loadable": "^5.5.0",
"react-use": "^17.3.2",
"tslib": "^2.4.0",
"umi": "^3.5.23"
},
"devDependencies": {
"@types/classnames": "^2.3.0",
"@types/react": "^18.0.9",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^18.0.4",
"@types/react-loadable": "^5.5.6",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@umijs/plugin-sass": "^1.1.1",
"@umijs/preset-react": "^1.8.31",
"@umijs/test": "^3.5.23",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
"eslint-plugin-react-hooks": "^4.5.0",
"npm-check-updates": "^13.0.1",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"typescript": "4.6.4"
}
}