mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 05:57:07 +00:00
27 lines
592 B
JSON
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"
|
|
}
|
|
}
|