{ "private": true, "license": "MIT", "version": "2.0.0-alpha.1", "productName": "flaschengeist-frontend", "name": "flaschengeist", "author": "Tim Gröger ", "homepage": "https://flaschengeist.dev/Flaschengeist", "description": "Modular student club administration system", "bugs": { "url": "https://flaschengeist.dev/Flaschengeist/flaschengeist/issues" }, "scripts": { "format": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'", "lint": "eslint --ext .js,.ts,.vue ./src ./api" }, "dependencies": { "@flaschengeist/api": "file:./api", "@flaschengeist/users": "^1.0.0-alpha.1", "axios": "^0.21.1", "cordova": "^10.0.0", "pinia": "^2.0.0-beta.3", "quasar": "^2.0.1" }, "devDependencies": { "@flaschengeist/types": "^1.0.0-alpha.1", "@quasar/app": "^3.0.1", "@quasar/extras": "^1.10.7", "@types/node": "^12.20.15", "@types/webpack": "^5.28.0", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-vue": "^7.9.0", "eslint-webpack-plugin": "^2.5.4", "modify-source-webpack-plugin": "^3.0.0-rc.0", "prettier": "^2.3.0", "typescript": "^4.2.4", "vuedraggable": "^4.0.1" }, "prettier": { "singleQuote": true, "semi": true, "printWidth": 120, "arrowParens": "always" }, "browserslist": [ "last 10 Chrome versions", "last 10 Firefox versions", "last 4 Edge versions", "last 4 Safari versions", "last 8 Android versions", "last 1 ChromeAndroid versions", "last 1 FirefoxAndroid versions", "last 6 iOS versions" ], "engines": { "node": ">= 12.22.1", "npm": ">= 6.14.12", "yarn": ">= 1.21.1" } }