forked from MaaAssistantArknights/MaaX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.67 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
{
"name": "meo-assistant-arknights",
"version": "2.0.0-alpha.11",
"main": "dist/main/index.cjs",
"author": "_ChingC <[email protected]>",
"templateBy": "草鞋没号 <[email protected]>",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "node scripts/watch.mjs",
"prebuild": "vue-tsc --project packages/renderer/tsconfig.json --noEmit && node scripts/build.mjs",
"build": "electron-builder",
"debug": "npm run prebuild && vite ./packages/renderer",
"lint": "eslint --ext .js,.ts,.vue --fix packages/main packages/renderer"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^5.0.0",
"@types/cron": "^1.7.3",
"@types/crypto-js": "^4.1.1",
"@types/ffi-napi": "^4.0.5",
"@types/node": "^18.7.9",
"@types/sortablejs": "^1.10.7",
"@types/source-map-support": "^0.5.4",
"@types/superagent": "^4.1.14",
"@types/unzipper": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/eslint-config-typescript": "^10.0.0",
"clipboard": "^2.0.11",
"color2k": "^2.0.0",
"date-fns": "^2.29.1",
"electron": "^20.0.3",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.9.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.5.0",
"exponential-backoff": "^3.1.0",
"less": "^4.1.2",
"lodash": "^4.17.21",
"naive-ui": "^2.30.0",
"pinia": "^2.0.12",
"source-map-support": "^0.5.21",
"typescript": "~4.4.4",
"vite": "^2.8.4",
"vite-plugin-resolve": "^1.4.4",
"vite-svg-loader": "^3.1.2",
"vue": "^3.2.31",
"vue-i18n": "^v9.2.0-beta.39",
"vue-router": "4",
"vue-tsc": "^0.31.4",
"vue3-json-viewer": "^2.2.2",
"vuedraggable": "^4.0.1"
},
"env": {
"//": "Used in build scripts",
"PORT": 3344
},
"keywords": [
"vite",
"electron",
"vue3",
"rollup",
"arknights"
],
"dependencies": {
"@maa/cpu-feature": "https://github.com/MaaAssistantArknights/CpuFeature.git#main",
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"electron-acrylic-window": "^0.5.11",
"electron-store": "^8.0.1",
"electron-util": "^0.17.2",
"execa": "^5.1.1",
"ffi-napi": "^4.0.3",
"iconv-lite": "^0.6.3",
"ps-list": "^7.2.0",
"ref-array-napi": "^1.2.2",
"ref-napi": "^3.0.3",
"systeminformation": "^5.12.4",
"tslog": "^3.3.3",
"unzipper": "^0.10.11"
}
}