66 lines
No EOL
1.9 KiB
JSON
66 lines
No EOL
1.9 KiB
JSON
{
|
|
"name": "adhd_home_quest_frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "npm run test:integration && npm run test:unit",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"test:integration": "playwright test",
|
|
"test:unit": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.28.1",
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
|
|
"@types/eslint": "^9.6.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.36.0",
|
|
"globals": "^15.0.0",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^5.0.0-next.1",
|
|
"svelte-check": "^3.6.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"vite": "^5.0.3",
|
|
"vitest": "^2.0.0"
|
|
},
|
|
"type": "module",
|
|
"description": " An ADHD Task planning tool, based on a Quest and Leveling System. It should be developed as a independent Backend and a basic web App in Svelte for the start. Native Apps might follow. ",
|
|
"author": "Jonas Pfalzgraf <info@josunlp.de>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JosunLP/ADHD-Home-Quest.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JosunLP/ADHD-Home-Quest/issues"
|
|
},
|
|
"homepage": "",
|
|
"contributors": [
|
|
{
|
|
"name": "Jonas Pfalzgraf",
|
|
"email": "info@josunlp.de",
|
|
"url": "https://josunlp.de"
|
|
},
|
|
{
|
|
"name": "Magnus Lessmann",
|
|
"email": "later@later.later",
|
|
"url": "https://m-lessmann.de"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ADHD",
|
|
"planner",
|
|
"authism",
|
|
"quest"
|
|
]
|
|
} |