-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "form-active",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "tsc && vite build --mode test",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@types/file-saver": "^2.0.5",
"@types/js-beautify": "^1.13.3",
"antd": "^5.4.6",
"clipboard": "^2.0.11",
"dayjs": "^1.11.7",
"file-saver": "^2.0.5",
"js-beautify": "^1.14.7",
"less": "^4.1.3",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-activation": "^0.12.2",
"react-dom": "^18.2.0",
"react-free-scrollbar": "^0.3.4",
"react-image-crop": "^10.0.9"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@types/md5": "^2.3.2",
"@types/node": "^18.15.3",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-signature-canvas": "^1.0.2",
"@vitejs/plugin-react-swc": "^3.0.0",
"axios": "^1.3.3",
"query-string": "^8.1.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-signature-canvas": "^1.0.6",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}