35 lines
867 B
JSON
35 lines
867 B
JSON
{
|
|
"name": "itsbingotime",
|
|
"version": "0.0.1",
|
|
"description": "DER ABSOLUTE MUCH RECHNER FÜR DIE VOLKSFRONT VOR SEINEM HERRN",
|
|
"productName": "ESA Much Rechner",
|
|
"author": "Lordmau5 <mail@lordmau5.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,.vue ./",
|
|
"test": "echo \"No test specified\" && exit 0",
|
|
"dev": "quasar dev",
|
|
"build": "quasar build"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.16.4",
|
|
"pinia": "^2.1.3",
|
|
"quasar": "^2.12.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@quasar/app-vite": "^1.4.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-vue": "^9.14.1",
|
|
"postcss": "^8.4.24"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || ^16 || ^14.19",
|
|
"npm": ">= 6.13.4",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
} |