-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 859 Bytes
/
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
{
"name": "minimappingviewer",
"version": "0.0.1",
"description": "MiniMappingViewer",
"productName": "MiniMappingViewer",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "MiniDigger <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src --fix",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "1.9.10",
"axios": "0.21.0",
"quasar": "1.14.5"
},
"devDependencies": {
"@quasar/app": "1.9.6",
"@vue/eslint-config-prettier": "6.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.13.0",
"eslint-loader": "4.0.2",
"eslint-plugin-vue": "7.1.0"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}