forked from legiz-ru/Prizrak-Box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.31 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.31 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Prizrak-Box",
"productName": "Prizrak-Box",
"version": "1.0.1",
"description": "A Simple Mihomo GUI",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "legiz-ru",
"email": "legiz-ru@gmail.com"
},
"license": "GPL-3.0",
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-dmg": "^7.8.1",
"@electron-forge/maker-rpm": "^7.8.1",
"@electron-forge/maker-wix": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron-forge/plugin-vite": "^7.8.1",
"@electron-forge/shared-types": "^7.8.1",
"@electron/fuses": "^1.8.0",
"@eslint/js": "^9.25.1",
"@iconify-json/ep": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@types/chroma-js": "^3.1.1",
"@types/express": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.2.4",
"electron": "^36.2.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.31.0",
"unplugin-auto-import": "19.1.2",
"unplugin-icons": "22.1.0",
"unplugin-vue-components": "28.5.0",
"vite": "^6.3.5"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"ace-builds": "^1.40.1",
"apexcharts": "^4.7.0",
"auto-launch": "^5.0.6",
"axios": "^1.8.4",
"chroma-js": "^3.1.2",
"colorthief": "^2.6.0",
"date-fns": "^4.1.0",
"electron-log": "^5.4.0",
"electron-store": "^10.0.1",
"element-plus": "^2.9.8",
"express": "^5.1.0",
"lodash": "^4.17.21",
"pinia": "3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"spark-md5": "^3.0.2",
"vue": "^3.5.13",
"vue-i18n": "^11.1.3",
"vue-router": "^4.5.0",
"vue3-ace-editor": "^2.2.4",
"vue3-apexcharts": "^1.8.0"
},
"config": {
"forge": "./forge.config.ts"
}
}