{ "name": "nextjs-playground", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@tailwindcss/postcss": "workspace:^", "fast-glob": "^3.3.2", "next": "14.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "workspace:^" }, "devDependencies": { "@types/node": "catalog:", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "eslint": "^9.11.1", "eslint-config-next": "^14.2.5", "typescript": "^5.5.4" } }