Roo-Code/benchmark/apps/web/package.json
2025-03-20 14:43:02 -07:00

40 lines
1.1 KiB
JSON

{
"name": "@benchmark/web",
"private": true,
"scripts": {
"lint": "next lint",
"check-types": "tsc -b",
"dev": "dotenvx run -f ../../.env -- next dev --turbopack",
"build": "echo 'NOP' || next build",
"start": "next start",
"format": "prettier --write src"
},
"dependencies": {
"@benchmark/db": "workspace:^",
"@benchmark/ipc": "workspace:^",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-query": "^5.69.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.479.0",
"next": "15.2.2",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@benchmark/eslint-config": "workspace:^",
"@benchmark/typescript-config": "workspace:^",
"@tailwindcss/postcss": "^4",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4"
}
}