{ "name": "nearle-new", "version": "0.1.0", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=6144 next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "browserslist": [ "last 2 Chrome versions", "last 2 Edge versions", "last 2 Firefox versions", "last 2 Safari versions", "last 2 iOS versions", "not dead", "not op_mini all" ], "dependencies": { "framer-motion": "^12.42.0", "jsdom": "^29.1.1", "lucide-react": "^1.22.0", "next": "16.2.9", "puppeteer-core": "^24.43.1", "react": "19.2.4", "react-dom": "19.2.4" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.9", "tailwindcss": "^4", "typescript": "^5" } }