generated from knifezred/fridayboot-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.22 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "jav-lib",
"version": "0.3.2",
"description": "JavLib影视库",
"main": "./out/main/index.js",
"author": "KnifeZ",
"homepage": "https://github.com/knifezred/jav-lib",
"website": "https://www.omgx.cn",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "npm run build && electron-builder --mac",
"build:linux": "npm run build && electron-builder --linux"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@iconify/vue": "^4.1.2",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"axios-retry": "^4.4.0",
"body-parser": "^1.20.2",
"clipboard": "^2.0.11",
"colord": "^2.9.3",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"electron-log": "^5.1.5",
"express": "^4.19.2",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.40.3",
"nanoid": "^5.0.7",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"qs": "^6.12.1",
"reflect-metadata": "^0.2.2",
"simplebar-vue": "^2.3.5",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20",
"vue-draggable-plus": "^0.5.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"xgplayer": "^3.0.20"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@elegant-router/vue": "^0.3.7",
"@iconify/json": "^2.2.219",
"@rushstack/eslint-patch": "^1.7.1",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.39",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15",
"@unocss/eslint-config": "0.65.1",
"@unocss/preset-icons": "0.65.1",
"@unocss/preset-uno": "0.65.1",
"@unocss/transformer-directives": "0.65.1",
"@unocss/transformer-variant-group": "0.65.1",
"@unocss/vite": "0.65.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"electron": "^28.3.3",
"electron-builder": "^25.1.8",
"electron-updater": "^6.3.9",
"electron-vite": "^2.3.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.3.0",
"sass": "^1.82.0",
"typescript": "^5.6.2",
"unocss": "^0.65.1",
"unplugin-icons": "^0.21.0",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
}
}