← back to ClawCoder
package.json
44 lines
{
"name": "clawcoder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.80.0",
"@prisma/adapter-pg": "^7.5.0",
"@prisma/client": "^7.5.0",
"dotenv": "^17.3.1",
"framer-motion": "^12.38.0",
"mustache": "^4.2.0",
"next": "16.2.1",
"pg": "^8.20.0",
"prisma": "^7.5.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/mustache": "^4.2.6",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"jsdom": "^29.0.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.0"
}
}