-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 889 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
34
35
{
"name": "electron-vue3",
"private": true,
"version": "0.0.0",
"main": "./main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "chcp 65001 && nodemon --exec electron . --watch ./ --ext .js,.html,.css,.vue",
"app:dist": "electron-builder"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"element-plus": "^2.2.19",
"got": "^11.8.5",
"image-type": "^4.1.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.23",
"store2": "^2.14.2",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"electron-win-state": "^1.1.22",
"lodash": "^4.17.21",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"randomstring": "^1.2.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"electron": "latest",
"electron-builder": "^23.6.0",
"vite": "^3.2.0"
}
}