-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "electron-vue3",
"version": "0.0.2",
"main": "dist/main/index.cjs",
"author": "BWrong",
"license": "ISC",
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"scripts": {
"dev": "node scripts/watch.mjs",
"prebuild": "node scripts/build.mjs",
"build": "electron-builder",
"build:all": "npm run prebuild && electron-builder -mw",
"tsc": "vue-tsc --noEmit --p packages/renderer/tsconfig.json",
"changelog": "standard-version --infile CHANGELOG.md",
"build-icons": "electron-icon-builder --input=./build/logo.png --output=build --flatten"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
},
"devDependencies": {
"electron-dl": "^3.3.1",
"electron-log": "^4.4.7",
"electron-store": "^8.0.1",
"naive-ui": "^2.29.0",
"pinia": "^2.0.14",
"vue": "^3.2.33",
"vue-router": "^4.0.15",
"yaml": "^2.1.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"cz-conventional-changelog": "^3.3.0",
"electron": "^18.2.3",
"electron-builder": "^23.0.3",
"electron-devtools-installer": "^3.2.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^8.15.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"less": "^4.1.2",
"nano-staged": "^0.8.0",
"prettier": "^2.6.2",
"simple-git-hooks": "^2.7.0",
"standard-version": "^9.5.0",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-electron": "^0.4.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-resolve": "^2.1.1",
"vue-tsc": "^0.34.15"
}
}