-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
77 lines (77 loc) · 2.29 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "vlife-admin-react",
"private": true,
"version": "1.0.3",
"scripts": {
"dev": "vite --mode development",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.36.0",
"@douyinfe/semi-illustrations": "^2.36.0",
"@douyinfe/semi-ui": "^2.36.0",
"@formily/core": "^2.1.4",
"@formily/react": "^2.1.4",
"@formily/semi": "^1.0.1-beta.2",
"@semi-bot/semi-theme-doucreator": "^1.0.18",
"@semi-bot/semi-theme-universedesign": "^1.0.12",
"@tailwindcss/jit": "^0.1.18",
"@wangeditor/editor": "^5.1.20",
"@wangeditor/editor-for-react": "^1.0.5",
"ahooks": "^3.7.2",
"axios": "^0.27.2",
"base-64": "^1.0.0",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"handsontable": "^12.4.0",
"handsontable-pro": "^6.2.3",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"qs": "^6.9.4",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.3",
"react-grid-layout": "^1.3.0",
"react-highlight": "^0.15.0",
"react-live": "^4.1.1",
"react-markdown": "^8.0.6",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.0",
"react-syntax-highlighter": "^15.5.0",
"reactour": "^1.19.0",
"redux": "^4.2.0",
"styled-components": "^5.3.9",
"tailwindcss": "^3.1.0"
},
"devDependencies": {
"@types/base-64": "^1.0.0",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.191",
"@types/node": "^16.11.6",
"@types/qs": "^6.9.5",
"@types/react": "^18.0.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-dom": "^18.0.0",
"@types/react-grid-layout": "^1.1.2",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/reactour": "^1.18.2",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.3.3",
"autoresponsive-react": "^1.2.3",
"less": "^4.1.2",
"postcss": "^8.3.6",
"scss": "^0.2.4",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-semi-theme": "^0.2.0"
}
}