-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"homepage": "https://coder66y.github.io/simpleCV",
"name": "simplecv",
"author": "luyi <[email protected]>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"resolutions": {
"moment": "^2.30.1"
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/pro-components": "^2.7.15",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@types/lodash.isequal": "^4.5.8",
"@types/quill": "^2.0.14",
"ahooks": "^3.8.1",
"antd": "^5.20.4",
"dayjs": "^1.11.13",
"dva": "^2.4.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"lodash.isequal": "^4.5.0",
"normalize.css": "^8.0.1",
"quill": "^2.0.3",
"react-intl": "^6.7.1",
"umi": "^4.3.15"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/lint": "^4.3.36",
"@umijs/plugins": "^4.3.18",
"eslint": "^9.16.0",
"gh-pages": "^6.2.0",
"stylelint": "^14",
"typescript": "^5.0.3",
"umi-plugin-react": "^1.15.9"
},
"packageManager": "[email protected]+sha1.3edbe440f4e570aa8f049adbd06b9483d55cc2d2"
}