{ "name": "atlas", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test:auth": "node --test tests/auth-cookie.test.mjs", "test:quickstart-navigation": "node --test tests/quickstart-navigation.test.mjs", "test:users-query": "node --test tests/users-query.test.mjs" }, "dependencies": { "@hookform/resolvers": "^3.10.0", "@tanstack/react-query": "^5.83.0", "@tanstack/react-table": "^8.21.3", "lucide-react": "^0.468.0", "next": "^16.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.61.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.13.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "autoprefixer": "^10.4.20", "eslint": "^9.31.0", "eslint-config-next": "^16.0.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.3" } }