chore: kanban template

This commit is contained in:
e2e
2026-06-21 18:23:51 +02:00
commit c8a1fa4519
209 changed files with 215578 additions and 0 deletions

42
package.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "@project/root",
"version": "0.0.1",
"private": true,
"workspaces": [
"packages/*",
"packages/functions/tests",
"apps/*",
"design/*"
],
"scripts": {
"prebuild": "yarn workspace @project/functions pikku all",
"dev": "yarn workspace @project/kanban dev",
"tsc": "yarn workspaces foreach --all run tsc",
"lint": "oxlint --config ../.oxlintrc.json apps packages",
"format": "oxfmt --config ../.oxfmtrc.json apps packages",
"format:check": "oxfmt --check --config ../.oxfmtrc.json apps packages",
"e2e": "cd e2e && yarn test",
"e2e:headed": "cd e2e && yarn test:headed"
},
"dependencies": {
"@pikku/addon-console": "^0.12.16",
"@pikku/ai-vercel": "^0.12.6",
"@pikku/better-auth": "^0.12.9",
"@pikku/core": "^0.12.35",
"@pikku/fetch": "^0.12.3",
"@pikku/kysely": "^0.12.16",
"@pikku/kysely-sqlite": "^0.12.6",
"@pikku/node-http-server": "^0.12.2",
"@pikku/react": "^0.12.3",
"@pikku/schedule": "^0.12.2",
"@pikku/schema-cfworker": "^0.12.2"
},
"devDependencies": {
"@pikku/cli": "^0.12.45",
"@pikku/cucumber": "^0.12.4",
"@pikku/inspector": "^0.12.23",
"@pikku/kysely-node-sqlite": "^0.12.2",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0"
}
}