chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 12:38:36 +02:00
commit 1ad4b42fb7
202 changed files with 9063 additions and 0 deletions

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

@@ -0,0 +1,36 @@
{
"name": "@project/app",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 7104",
"build": "vite build",
"preview": "vite preview --port 7104",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "^9.2.1",
"@mantine/hooks": "^9.2.1",
"@pikku/mantine": "^0.12.5",
"@pikku/react": "^0.12.4",
"@project/functions-sdk": "workspace:*",
"@project/mantine-themes": "workspace:*",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-start": "^1.132.0",
"better-auth": "^1.6.18",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@inlang/paraglide-js": "^2.20.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.5.2",
"typescript": "^5.9",
"vite": "^7.0.0"
}
}