51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"version": "1.0.0-alpha.1",
|
|
"name": "@flaschengeist/schedule",
|
|
"author": "Ferdinand <rpm@fthiessen.de>",
|
|
"homepage": "https://flaschengeist.dev/Flaschengeist",
|
|
"description": "Flaschengeist schedule plugin",
|
|
"bugs": {
|
|
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist-schedule"
|
|
},
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"valid": "tsc --noEmit",
|
|
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'",
|
|
"lint": "eslint --ext .js,.ts,.vue ./src"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/quasar-ui-qcalendar": "^4.0.0-alpha.8"
|
|
},
|
|
"devDependencies": {
|
|
"@flaschengeist/api": "file:../flaschengeist-frontend/api",
|
|
"@flaschengeist/types": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-types.git#develop",
|
|
"@quasar/app": "^3.0.0-beta.26",
|
|
"quasar": "^2.0.0-beta.18",
|
|
"axios": "^0.21.1",
|
|
"prettier": "^2.3.0",
|
|
"typescript": "^4.2.4",
|
|
"pinia": "^2.0.0-alpha.18",
|
|
"@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"
|
|
},
|
|
"peerDependencies": {
|
|
"@flaschengeist/api": "^1.0.0-alpha.1",
|
|
"@flaschengeist/users": "^1.0.0-alpha.1"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "always"
|
|
}
|
|
}
|