-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
62 lines (62 loc) · 1.71 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
{
"name": "itarmykit",
"version": "1.4.1",
"description": "IT Army Kit",
"productName": "IT Army Kit",
"author": {
"name": "slamy",
"email": "unknown@unknown.com",
"url": "https://github.com/opengs"
},
"private": false,
"license": "GPL-3.0",
"repository": "https://github.com/opengs/itarmykit",
"homepage": "https://itarmy.com.ua",
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"lintfix": "eslint --fix --ext .js,.ts,.vue ./",
"dev": "./node_modules/.bin/quasar dev -m electron",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"apexcharts": "^3.42.0",
"async-mutex": "^0.5.0",
"decompress": "^4.2.1",
"electron-fetch": "^1.9.1",
"electron-updater": "^6.1.4",
"node-fetch": "^3.3.2",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"uuid": "^9.0.0",
"vue": "^3.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0",
"vue3-apexcharts": "^1.4.4"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.3.0",
"@types/decompress": "^4.2.4",
"@types/node": "^12.20.21",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"electron": "^32.0.2",
"electron-builder": "^24.3.0",
"electron-packager": "^17.1.1",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"typescript": "^4.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}