Files
2026-07-18 14:12:16 +08:00

27 lines
592 B
JSON

{
"name": "openclaw-bot-review",
"version": "3.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest run __tests__ && node --test tests/*.test.mjs"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"next": "^16.0.0",
"postcss": "^8.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"vitest": "^4.1.1"
}
}