-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 883 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
{
"name": "electron-vite-tmpl",
"private": true,
"version": "1.0.0",
"main": "dist/main/index.js",
"scripts": {
"dev": "esno ./.electron-vite/watch",
"build": "esno ./.electron-vite/build && electron-builder",
"vanilla": "esno ./scripts/vanilla"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"electron": "^25.3.2",
"electron-builder": "^24.6.3",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"shelljs": "^0.8.5",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
}
}