forked from ideless/artifact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.21 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
{
"name": "artifact",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"proto": "cd src/ys/p2p && pbjs -t static-module -w es6 --force-long -o proto.js proto/*.proto && pbts -o proto.d.ts proto.js",
"deploy": "cd ../ideless.github.io && rm -rf artifact && cp -r ../artifact/dist artifact && git add * && git commit -m fix && git push origin -f"
},
"dependencies": {
"@types/emscripten": "^1.39.6",
"axios": "^0.26.0",
"echarts": "^5.4.0",
"element-plus": "^1.3.0-beta.9",
"long": "^5.2.0",
"protobufjs": "^6.11.2",
"sass": "^1.49.0",
"vue": "^3.2.25",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.1.10",
"vue-router": "4",
"vue-virtual-scroll-grid": "^1.4.2",
"vuex": "4"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.0.0",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.15",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
},
"prettier": {
"tabWidth": 4
}
}