chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:54:43 +02:00
commit 49d05dfa0b
293 changed files with 28421 additions and 0 deletions

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

@@ -0,0 +1,40 @@
{
"name": "@perauset/app",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 6001",
"build": "tsc -b && vite build",
"preview": "vite preview --port 6001",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "^9.2.1",
"@mantine/hooks": "^9.2.1",
"@mantine/notifications": "^9.2.1",
"@perauset/components": "workspace:*",
"@perauset/functions": "workspace:*",
"@perauset/functions-sdk": "workspace:*",
"@perauset/mantine-theme": "workspace:*",
"@pikku/fetch": "^0.12.6",
"@pikku/mantine": "^0.12.6",
"@pikku/react": "^0.12.5",
"@tanstack/react-query": "^5.90.10",
"@tanstack/react-router": "^1.100.0",
"@tanstack/react-start": "^1.100.0",
"better-auth": "^1.6.19",
"lucide-react": "^0.554.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@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": "^4",
"typescript": "^5.9"
}
}