chore: starter template

This commit is contained in:
e2e
2026-07-10 22:25:02 +02:00
commit 33da14f99e
157 changed files with 6462 additions and 0 deletions

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

@@ -0,0 +1,42 @@
{
"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 --incremental --tsBuildInfoFile node_modules/.cache/app-tsc.tsbuildinfo"
},
"dependencies": {
"@assistant-ui/react": "^0.14.24",
"@mantine/core": "^9.2.1",
"@mantine/hooks": "^9.2.1",
"@pikku/assistant-ui": "^0.12.7",
"@pikku/mantine": "^0.12.6",
"@pikku/react": "^0.12.5",
"@project/components": "workspace:*",
"@project/functions-sdk": "workspace:*",
"@project/mantine-themes": "workspace:*",
"@tanstack/react-form": "^1.0.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-start": "^1.132.0",
"better-auth": "^1.6.18",
"lucide-react": "^0.456.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.132.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.5.2",
"typescript": "^5.9",
"vite": "^7.0.0"
}
}