forked from phynos/WebTopo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
{
"name": "WebTopo",
"version": "0.0.1",
"description": "web",
"productName": "WebTopo",
"cordovaId": "phynos",
"author": "phynos",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.3.3",
"axios": "^0.19.0",
"echarts": "^4.2.1",
"moment": "^2.24.0",
"quasar": "^1.5.11",
"vue-i18n": "^7.3.3",
"x2js": "^3.3.1"
},
"devDependencies": {
"@quasar/app": "^1.4.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^7.0.0",
"electron-builder": "^22.2.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.1.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"ajv": "6.10.2"
}
}