-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 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
{
"name": "maa-star-resonance",
"version": "1.1.0",
"description": "A Star Resonance helper powered by Quasar and MAA frameworks",
"productName": "MAA Star Resonance",
"author": "ParticleG <particle_g@outlook.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "chcp 65001 && quasar dev -m electron",
"publish": "quasar build -m electron --publish"
},
"dependencies": {
"@maaxyz/maa-node": "^4.5.6",
"@quasar/extras": "^1.17.0",
"axios": "^1.13.1",
"electron-log": "^5.4.3",
"inversify": "^7.10.4",
"luxon": "^3.7.2",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.7.1",
"quasar": "^2.18.5",
"reflect-metadata": "^0.2.2",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@quasar/app-vite": "^2.4.0",
"@types/luxon": "^3.7.1",
"@types/node": "^20.19.24",
"@vitejs/plugin-vue": "5.0.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"autoprefixer": "^10.4.21",
"electron": "37.2.5",
"electron-builder": "^26.1.0",
"electron-builder-squirrel-windows": "^26.1.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^9.33.0",
"globals": "^15.15.0",
"prettier": "^3.6.2",
"typescript": "~5.5.4",
"vite-plugin-checker": "^0.9.3",
"vue-tsc": "^2.2.12"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "5.0.5"
}
}
}