-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 937 Bytes
/
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
{
"private": true,
"author": "Xutaotaotao",
"scripts": {
"dev": "cross-env ENV=dev umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"umi": "^4.1.10",
"umi-plugin-gh-pages": "^1.0.1"
},
"devDependencies": {
"@douyinfe/semi-icons-lab": "^2.56.3",
"@douyinfe/semi-ui": "^2.57.0",
"@types/lodash": "^4.17.1",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"antd": "^5.16.4",
"colord": "^2.9.3",
"compressorjs": "^1.2.1",
"cross-env": "^7.0.3",
"gh-pages": "^6.1.1",
"glfx": "^0.0.4",
"heic2any": "^0.0.4",
"json-diff-kit": "^1.0.29",
"lodash": "^4.17.21",
"react-draggable": "^4.4.6",
"react-i18next": "^14.1.1",
"react-json-view": "^1.21.3",
"tesseract.js": "^5.1.0",
"tui-image-editor": "^3.15.3",
"typescript": "^5.0.3"
}
}