-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.4 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "jm-desktop",
"description": "A jm comic desktop app for windows and linux by vue + electron.",
"author": {
"name": "Par9uet",
"email": "[email protected]"
},
"version": "1.11.2",
"type": "module",
"scripts": {
"dev": "vite",
"check": "vue-tsc",
"build": "vue-tsc && vite build && electron-builder --publish always",
"build:latest": "vue-tsc && vite build && electron-builder --publish never",
"preview": "vite preview",
"lint": "eslint --fix .",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@alova/adapter-xhr": "^2.1.0",
"@vueuse/core": "^11.3.0",
"alova": "^3.2.7",
"axios": "^1.7.9",
"better-sqlite3": "^11.7.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"express": "^4.21.2",
"http-proxy-middleware": "^3.0.3",
"https-proxy-agent": "^7.0.6",
"mitt": "^3.0.1",
"pinia": "^2.3.0",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
"scroll-into-view-if-needed": "^3.1.0",
"swiper": "^11.1.15",
"tsyringe": "^4.8.0",
"typeface-roboto": "^1.1.13",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6",
"winston": "^3.17.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@mdi/font": "^7.4.47",
"@types/better-sqlite3": "^7.6.12",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-vue": "^5.2.1",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"electron-builder-squirrel-windows": "^25.1.8",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"less": "^4.2.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.6",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.0"
},
"main": "dist-electron/main.js",
"packageManager": "[email protected]"
}