forked from saithink/saiadmin-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "saiadmin-vue",
"admin_name": "saiadmin",
"version": "3.2.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite serve --mode development",
"build": "vite build",
"preview": "vite preview",
"tailwind": "tailwind-config-viewer -o -c tailwind.config.cjs"
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.56.3",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"autoprefixer": "^10.4.17",
"axios": "^0.27.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"echarts": "^5.4.2",
"file2md5": "^1.3.0",
"lodash": "^4.17.21",
"md-editor-v3": "^4.13.5",
"monaco-editor": "^0.33.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"postcss-import": "^14.1.0",
"qs": "^6.10.3",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.4.1",
"vue": "^3.4.19",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.5",
"vue-echarts": "^6.0.2",
"vue-i18n": "^9.1.10",
"vue-router": "^4.2.5",
"vue3-sfc-loader": "^0.9.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"less": "^4.1.3",
"less-loader": "^11.1.4",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-config-viewer": "^1.7.3",
"typescript": "^4.7.4",
"vite": "^5.1.4"
}
}