refactor: remove pocketbase (#1138)

This commit is contained in:
Jonas Plum
2025-09-02 21:58:08 +02:00
committed by GitHub
parent f28c238135
commit eba2615ec0
435 changed files with 42677 additions and 4730 deletions

View File

@@ -9,62 +9,69 @@
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path ../.gitignore",
"format": "prettier --write src/"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-pattern \"src/components/ui/**\" --ignore-path ../.gitignore",
"format": "prettier --log-level warn --write src/",
"generate": "openapi-generator-cli version-manager set 7.14.0 && JAVA_OPTS=\"-Dlog.level=warn\" openapi-generator-cli generate -i ../openapi.yml -g typescript-fetch -o src/client",
"install:e2e": "playwright install --with-deps",
"test:e2e": "playwright test --timeout=5000",
"test:e2e:ui": "playwright test --ui --timeout=10000",
"test:e2e:demo": "playwright test --config=playwright.demo.config.ts --timeout=10000",
"screenshots": "playwright test --config=screenshots.playwright.config.ts --timeout=15000"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.1.3",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@formkit/auto-animate": "^0.8.2",
"@tanstack/vue-query": "^5.32.0",
"@unovis/ts": "^1.4.1",
"@unovis/vue": "^1.4.1",
"@vee-validate/rules": "^4.12.8",
"@vee-validate/zod": "^4.12.8",
"@vueuse/core": "^10.10.0",
"add": "^2.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"easymde": "^2.18.0",
"@tanstack/vue-query": "^5.80.10",
"@unovis/ts": "^1.5.2",
"@unovis/vue": "^1.5.2",
"@uppy/core": "^4.4.6",
"@uppy/dashboard": "^4.3.4",
"@uppy/drag-drop": "^4.1.3",
"@uppy/file-input": "^4.1.3",
"@uppy/progress-bar": "^4.2.1",
"@uppy/tus": "^4.2.2",
"@uppy/vue": "^2.2.0",
"@vueuse/core": "^13.4.0",
"caniuse-lite": "^1.0.30001723",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"easymde": "^2.20.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lucide-vue-next": "^0.365.0",
"marked": "^12.0.2",
"pinia": "^2.1.7",
"pocketbase": "^0.21.2",
"radix-vue": "^1.6.2",
"tailwind-merge": "^2.2.2",
"lucide-vue-next": "^0.475.0",
"pinia": "^3.0.3",
"radix-vue": "^1.9.17",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vee-validate": "^4.12.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-easymde": "^1.0.1",
"zod": "^3.23.8"
"vee-validate": "^4.15.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue3-easymde": "^1.0.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.20.2",
"@playwright/test": "^1.53.1",
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/typography": "^0.5.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.2",
"@tailwindcss/typography": "^0.5.16",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/node20": "^20.1.6",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"bun-types": "^1.1.6",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"bun-types": "^1.2.16",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.6.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.0",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.10"
}
}
}