-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 905 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 905 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
34
35
36
{
"name": "app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "vite build && rm -rf /var/www/alive/* && mv dist/* /var/www/alive"
},
"dependencies": {
"axios": "latest",
"chart.js": "^2.9.4",
"vue": "legacy",
"vue-chartjs": "^3.5.1",
"vue-class-component": "latest",
"vue-property-decorator": "latest",
"vue-router": "^3.5.2",
"vuetify": "latest",
"vuex": "^3.6.2",
"x5-gmaps": "^0.6.0"
},
"devDependencies": {
"@mdi/js": "latest",
"@types/node": "latest",
"@vue/runtime-dom": "latest",
"prettier": "latest",
"sass": "~1.32.13",
"typescript": "latest",
"vite": "latest",
"vite-plugin-components": "latest",
"vite-plugin-pwa": "latest",
"vite-plugin-vue2": "latest",
"vue-template-compiler": "latest"
},
"packageManager": "[email protected]"
}