-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
108 lines (108 loc) · 3.61 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
98
99
100
101
102
103
104
105
106
107
108
{
"name": "maa-x",
"version": "2.0.0-beta.14",
"main": "dist/main/index.cjs",
"author": "_ChingC <[email protected]>",
"templateBy": "草鞋没号 <[email protected]>",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node scripts/watch.mjs",
"prebuild": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vue-tsc --project packages/renderer/tsconfig.json --noEmit && node scripts/build.mjs",
"debug": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npm run prebuild && vite ./packages/renderer",
"lint": "cross-env NODE_OPTIONS=--max-old-space-size=8192 eslint --ext .js,.ts,.vue --fix packages/main packages/renderer",
"make": "cross-env NODE_OPTIONS=--max-old-space-size=8192 electron-forge make",
"start": "cross-env NODE_OPTIONS=--max-old-space-size=8192 electron-forge start",
"package": "cross-env NODE_OPTIONS=--max-old-space-size=8192 electron-forge package",
"publish": "cross-env NODE_OPTIONS=--max-old-space-size=8192 electron-forge publish",
"format": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx prettier -w ."
},
"engines": {
"node": ">=18.12.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.4.0",
"@electron-forge/maker-deb": "^6.4.0",
"@electron-forge/maker-rpm": "^6.4.0",
"@electron-forge/maker-squirrel": "^6.4.0",
"@electron-forge/maker-zip": "^6.4.0",
"@electron-forge/plugin-vite": "^6.4.0",
"@electron-forge/publisher-github": "^6.4.0",
"@electron-forge/publisher-s3": "^6.4.0",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/animejs": "^3.1.7",
"@types/crypto-js": "^4.1.1",
"@types/ffi-napi": "^4.0.7",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.14",
"@types/ref-napi": "^3.0.7",
"@types/semver": "^7.5.0",
"@types/sortablejs": "^1.15.1",
"@types/source-map-support": "^0.5.6",
"@types/superagent": "^4.1.17",
"@types/tar": "^6.1.5",
"@types/unzipper": "^0.10.6",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.1.2",
"animejs": "^3.2.1",
"clipboard": "^2.0.11",
"color2k": "^2.0.2",
"cron-parser": "^4.8.1",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"electron": "^26.0.0",
"electron-devtools-installer": "^3.2.0",
"electron-rebuild": "^3.2.9",
"exponential-backoff": "^3.1.1",
"fs-extra": "^11.1.1",
"less": "^4.1.3",
"lodash": "^4.17.21",
"naive-ui": "^2.34.4",
"node-gyp": "^9.3.1",
"pinia": "^2.1.3",
"prettier": "2.8.8",
"tslib": "^2.5.3",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-resolve": "^2.3.0",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"vue-tsc": "^1.6.5",
"vue3-json-viewer": "^2.2.2",
"vuedraggable": "^4.1.0"
},
"env": {
"//": "Used in build scripts",
"HOST": "127.0.0.1",
"PORT": 3344
},
"keywords": [
"vite",
"electron",
"vue3",
"rollup",
"arknights"
],
"dependencies": {
"axios": "^1.4.0",
"chalk": "4",
"crypto-js": "^4.1.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"execa": "^7.1.1",
"iconv-lite": "^0.6.3",
"koffi": "^2.6.3",
"ps-list": "^8.1.1",
"rotating-file-stream": "^3.1.0",
"semver": "^7.5.1",
"source-map-support": "^0.5.21",
"systeminformation": "^5.17.17",
"tar": "^6.1.15",
"unzipper": "^0.10.14"
}
}