generated from electron-vite/electron-vite-vue
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
63 lines (63 loc) · 1.58 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
61
62
63
{
"name": "miXeD",
"version": "2.6.6",
"main": "dist-electron/main/index.js",
"description": "All-in-one miHoYo game launcher",
"author": "HoraceHYY <[email protected]>",
"license": "MIT",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@types/winreg": "^1.2.36",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.19",
"electron": "28.2.1",
"electron-builder": "^24.13.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^8.7.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-plugin-electron": "^0.28.7",
"vue": "^3.4.33",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
},
"dependencies": {
"@octokit/core": "5.1.0",
"axios": "^1.7.2",
"bootstrap-icons": "^1.11.3",
"enka-network-api": "^4.6.1",
"marked": "^12.0.2",
"path": "^0.12.7",
"regedit": "^5.1.3",
"sass": "^1.77.8",
"vue-i18n": "^9.13.1"
}
}