-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "hs-playground",
"version": "0.0.1",
"description": "Its a playground to test Hypersign Authentication",
"productName": "Hypersign Playground",
"cordovaId": "org.cordova.quasar.app",
"author": "Vikram ANand Bhushan",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"deploy": "push-dir --dir=dist/spa --remote=gh-pages --branch=master",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@dsb-norge/vue-keycloak-js": "^1.1.2",
"@quasar/extras": "^1.0.0",
"axios": "^0.18.1",
"push-dir": "^0.4.1",
"quasar": "^1.0.0",
"vue-i18n": "^8.0.0"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"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"
]
}