-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 868 Bytes
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
{
"name": "echarts-theme-builder",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build && vite build --mode app",
"serve:dist": "http-server dist",
"serve:app": "http-server app",
"release": "vue-tsc -b && vite build --mode app && node scripts/release.js"
},
"dependencies": {
"colorthief": "^3.3.1",
"vant": "^4.9.24",
"vue": "^3.5.31",
"vue-i18n": "^9.14.5",
"vue3-colorpicker": "^2.3.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"copy-dir": "^1.3.0",
"echarts": "^6.0.0",
"fs-extra": "^11.3.4",
"typescript": "~5.8.3",
"vite": "^7.3.2",
"vite-plugin-static-copy": "^3.4.0",
"vue-tsc": "^3.2.6"
}
}