49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"license": "MIT",
|
|
"version": "1.0.0-alpha.4",
|
|
"name": "@flaschengeist/schedule",
|
|
"author": "Ferdinand Thiessen <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",
|
|
"types": "src/api.d.ts",
|
|
"scripts": {
|
|
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'",
|
|
"lint": "eslint --ext .js,.ts,.vue ./src"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.10"
|
|
},
|
|
"devDependencies": {
|
|
"@flaschengeist/types": "^1.0.0-alpha.5",
|
|
"@quasar/app": "^3.2.2",
|
|
"quasar": "^2.3.2",
|
|
"axios": "^0.24.0",
|
|
"prettier": "^2.4.1",
|
|
"typescript": "^4.4.4",
|
|
"pinia": "^2.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-vue": "^8.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@flaschengeist/api": "^1.0.0-alpha.2",
|
|
"@flaschengeist/users": "^1.0.0-alpha.1"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "always"
|
|
}
|
|
}
|