this repo has no description
at webApp 527 B view raw
1{ 2 "name": "biook", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "next build", 8 "start": "next start", 9 "lint": "eslint" 10 }, 11 "dependencies": { 12 "next": "16.0.7", 13 "react": "19.2.0", 14 "react-dom": "19.2.0" 15 }, 16 "devDependencies": { 17 "@tailwindcss/postcss": "^4", 18 "@types/node": "^20", 19 "@types/react": "^19", 20 "@types/react-dom": "^19", 21 "eslint": "^9", 22 "eslint-config-next": "16.0.7", 23 "tailwindcss": "^4", 24 "typescript": "^5" 25 } 26}