-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.04 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
{
"name": "arco-app-ui",
"private": true,
"version": "1.0.0",
"description": "基于 Vue3、Vite、TypeScript、Arco Design Vue、Pinia、VueUse 等的中后台模版",
"scripts": {
"dev": "vite",
"build": "vite build --mode development",
"build:dev": "vite build --mode dev",
"build:prod": "vite build --mode production",
"build:staging": "vite build --mode staging",
"build:test": "vite build --mode test",
"preview": "vite preview",
"prepare": "husky install",
"changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0 -n ./changelog.config.js"
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-themes/vue-gi-demo": "^0.0.51",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@vueuse/core": "^10.6.1",
"axios": "^1.6.0",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"echarts": "^5.5.1",
"js-base64": "^3.7.6",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.3.7",
"vue-codemirror6": "^1.2.5",
"vue-color-kit": "^1.0.6",
"vue-draggable-plus": "^0.5.3",
"vue-echarts": "^7.0.3",
"vue-router": "^4.0.13",
"xe-utils": "^3.5.14"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.8.9",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"compare-func": "^2.0.0",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-custom-config": "^0.3.1",
"husky": "^8.0.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"postcss": "^8.4.31",
"tailwindcss": "3.1.4",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-mock": "2.9.8",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.22"
}
}