chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-10 23:06:04 +02:00
commit 56df359d57
188 changed files with 20779 additions and 0 deletions

58
apps/app/package.json Normal file
View File

@@ -0,0 +1,58 @@
{
"name": "@project/app",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5001",
"build": "tsc -b && vite build",
"preview": "vite preview --port 5001",
"tsc": "tsc --noEmit",
"lint": "eslint src",
"lint:css": "stylelint \"src/**/*.{css,ts,tsx}\""
},
"dependencies": {
"@mantine/core": "^9.2.1",
"@mantine/hooks": "^9.2.1",
"@pikku/core": "^0.12.57",
"@pikku/fetch": "^0.12.6",
"@pikku/mantine": "^0.12.6",
"@pikku/react": "^0.12.5",
"@project/components": "workspace:*",
"@project/functions": "workspace:*",
"@project/functions-sdk": "workspace:*",
"@project/mantine-theme": "workspace:*",
"@tanstack/react-form": "^0.43.0",
"@tanstack/react-query": "^5.90.10",
"@tanstack/react-router": "^1.100.0",
"@tanstack/react-start": "^1.100.0",
"@tanstack/react-table": "^8.20.0",
"better-auth": "^1.6.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.554.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@inlang/paraglide-js": "^2.20.0",
"@tanstack/router-generator": "^1.100.0",
"@tanstack/router-plugin": "^1.100.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-i18next": "^6.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"postcss": "^8.5.3",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-use-logical": "^2.1.2",
"typescript": "^5.9",
"vite": "npm:rolldown-vite@7.3.1"
}
}