-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 850 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
37
{
"name": "virtualdesktop",
"version": "0.0.0",
"license": "MIT",
"main": "dist/main/index.cjs",
"scripts": {
"dev": "node scripts/watch.mjs",
"build": "vue-tsc --noEmit && node scripts/build.mjs && electron-builder"
},
"dependencies": {
"pinia": "^2.0.9",
"sass": "^1.48.0",
"ssh2": "^1.5.0",
"vitejs-plugin-electron": "^1.3.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"env": {
"HOST": "127.0.0.1",
"PORT": 3000
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/node": "^16.11.17",
"@types/ssh2": "^0.5.50",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"chalk": "^5.0.0",
"electron": "16.0.6",
"electron-builder": "^22.14.5",
"typescript": "~4.5.4",
"vite": "^2.7.7",
"vue-tsc": "^0.29.8"
}
}