Files
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

41 lines
1.1 KiB
JSON

{
"name": "@devrunbook/web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --hostname 127.0.0.1",
"lint": "eslint . --max-warnings=0",
"start": "next start --hostname 0.0.0.0",
"test": "vitest run --passWithNoTests",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@devrunbook/application": "workspace:*",
"@devrunbook/artifacts": "workspace:*",
"@devrunbook/composer": "workspace:*",
"@devrunbook/config": "workspace:*",
"@devrunbook/content": "workspace:*",
"@devrunbook/db": "workspace:*",
"@devrunbook/integrations": "workspace:*",
"@devrunbook/repository-intel": "workspace:*",
"@devrunbook/ui": "workspace:*",
"better-auth": "1.6.25",
"lucide-react": "1.27.0",
"next": "16.2.12",
"react": "19.2.8",
"react-dom": "19.2.8",
"yaml": "2.9.0",
"zod": "4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.3",
"@types/node": "24.13.3",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"tailwindcss": "4.3.3",
"typescript": "5.9.3",
"vitest": "4.1.10"
}
}