-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 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
{
"name": "gom-ui",
"version": "0.6.2",
"description": "Gom UI prototype",
"productName": "Gom App",
"cordovaId": "org.cordova.quasar.app",
"author": "Héctor Salazar <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev -m pwa",
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build -m pwa",
"serve:build": "./node_modules/@quasar/cli/bin/quasar serve --history --proxy proxy.conf.js --https --cert certs/localhost+10.pem --key certs/localhost+10-key.pem dist/pwa/"
},
"dependencies": {
"@casl/ability": "^4.0.8",
"@casl/vue": "^1.1.0",
"@quasar/extras": "^1.8.1",
"apollo-boost": "^0.4.9",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"axios": "^0.19.2",
"graphql": "^15.0.0",
"json-rules-engine": "^4.1.0",
"quasar": "^1.11.2",
"subscriptions-transport-ws": "^0.9.16",
"vue-apollo": "^3.0.3",
"vue-i18n": "^8.17.6"
},
"devDependencies": {
"@quasar/app": "^1.8.6",
"@quasar/cli": "^1.0.7",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}