-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 760 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 760 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
38
{
"name": "super",
"version": "1.0.1",
"main": "dist/main/index.cjs",
"author": "sweetwisdom",
"license": "MIT",
"scripts": {
"dev": "node scripts/watch.mjs",
"build": "node scripts/build.mjs && electron-builder"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"element-plus": "^1.2.0-beta.6",
"vue": "^3.2.22",
"cross-spawn": "^7.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.4",
"chalk": "^4.1.2",
"electron": "16.0.0",
"electron-builder": "^22.13.1",
"typescript": "^4.4.4",
"vite": "^2.6.14"
},
"env": {
"//": "Used in build scripts",
"HOST": "127.0.0.1",
"PORT": 3344
},
"keywords": [
"vite",
"electron",
"vue3",
"rollup"
]
}