chore: kanban template

This commit is contained in:
e2e
2026-06-21 23:19:14 +02:00
commit 01c6c3a461
209 changed files with 215578 additions and 0 deletions

30
apps/kanban/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "@project/kanban",
"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": {
"@project/functions-sdk": "workspace:*",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-start": "^1.132.0",
"i18next": "^25.2.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-i18next": "^15.5.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.5.2",
"typescript": "^5.9",
"vite": "^7.0.0"
}
}