-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.23 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.23 KB
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
{
"name": "modmanager7",
"version": "7.0.4",
"main": "dist-electron/main/index.js",
"description": "Mod Manager 7 by Good Loss",
"author": "MatuxGG",
"license": "GPL-3.0-or-later",
"icon": "public/modmanager.ico",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview",
"watch": "npx tailwindcss -i ./src/tailwind.css -o ./src/compiled.css --watch"
},
"dependencies": {
"adm-zip": "^0.5.15",
"auto-launch": "^5.0.6",
"axios": "^1.6.2",
"electron-log": "^4.0.0",
"jquery": "^3.7.1",
"vue-i18n": "^9.11.0",
"vue-router": "^4.2.5",
"vuex": "^4.0.2",
"winreg": "^1.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"electron": "^29.1.1",
"electron-builder": "^24.13.3",
"tailwindcss": "^3.3.6",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-electron": "^0.28.4",
"vite-plugin-electron-renderer": "^0.14.5",
"vue": "^3.4.21",
"vue-tsc": "^2.0.6"
}
}