labswp_2019_sose_geocaching/frontend/package.json
2019-03-19 23:01:54 +01:00

41 lines
1005 B
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.0.0",
"axios": "^0.18.0",
"quasar": "^1.0.0-beta.0"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.0",
"@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"
}
}