forked from Java-S12138/frank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 Bytes
/
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
{
"name": "frank",
"author": "Java_S",
"private": true,
"version": "1.723.1324",
"type": "module",
"scripts": {
"dev": "node ./scripts/debug && vite --mode development",
"build": "vite build && node ./scripts/pack",
"preview": "vite preview",
"pretty": "prettier --write \"src/**/*.ts\""
},
"dependencies": {
"vue": "^3.2.41"
},
"devDependencies": {
"@cube/types": "git+https://gitee.com/cube_1/types.git",
"@types/node": "^18.6.1",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^3.2.0",
"axios": "^1.1.3",
"echarts": "^5.4.0",
"lodash": "^4.17.21",
"naive-ui": "^2.33.5",
"pinia": "^2.0.23",
"typescript": "^5.0.2",
"vite": "^3.2.0",
"vue-echarts": "^6.2.3",
"vue-router": "^4.1.2",
"vue-tsc": "^1.0.9",
"zip-a-folder": "^1.1.5"
}
}