labswp_2019_sose_geocaching/frontend/package.json
2019-06-13 12:56:47 +02:00

42 lines
1.0 KiB
JSON

{
"name": "labswp_2019_sose_geocaching_frontend",
"version": "0.0.1",
"description": "BuGa Geocaching SPA",
"productName": "labswp_2019_sose_geocaching_frontend",
"cordovaId": "",
"author": "Timo Volkmann <volkmann@stud.hs-heilbronn.de>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.1.1",
"ajv": "6.8.1",
"axios": "^0.18.0",
"quasar": "^1.0.0-beta.13"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.13",
"@vue/eslint-config-prettier": "^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"
],
"resolutions": {
"ajv": "6.8.1"
}
}