← back to Letsbegin
package.json
34 lines
{
"name": "goodquestionralph",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 7300",
"build": "next build",
"start": "next start -p 7300 -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"clsx": "^2.1.1",
"framer-motion": "^12.26.1",
"lucide-react": "^0.562.0",
"next": "^16.0.3",
"pg": "^8.21.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-resizable-panels": "^4.4.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.15.3",
"@types/pg": "^8.16.0",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.0",
"typescript": "^5.8.3"
}
}