/ package.json
package.json
1 { 2 "private": true, 3 "scripts": { 4 "build": "next build", 5 "dev": "next dev", 6 "start": "next start" 7 }, 8 "dependencies": { 9 "@heroicons/react": "^2.1.4", 10 "@tailwindcss/forms": "^0.5.7", 11 "@vercel/postgres": "^0.8.0", 12 "autoprefixer": "10.4.19", 13 "bcrypt": "^5.1.1", 14 "clsx": "^2.1.1", 15 "cytoscape": "^3.30.4", 16 "cytoscape-fcose": "^2.2.0", 17 "next": "^15.0.0", 18 "next-auth": "5.0.0-beta.19", 19 "pg": "^8.13.1", 20 "postcss": "8.4.38", 21 "react": "^18.2.0", 22 "react-dom": "^18.2.0", 23 "sharp": "^0.33.5", 24 "tailwindcss": "3.4.4", 25 "use-debounce": "^10.0.1", 26 "zod": "^3.23.8" 27 }, 28 "devDependencies": { 29 "@types/bcrypt": "^5.0.2", 30 "@types/cytoscape": "^3.21.8", 31 "@types/cytoscape-fcose": "^2.2.4", 32 "@types/node": "20.14.8", 33 "@types/pg": "^8.11.10", 34 "@types/react": "npm:types-react@19.0.0-rc.1", 35 "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", 36 "typescript": "5.5.2" 37 }, 38 "packageManager": "yarn@4.5.3" 39 }