{ "name": "test", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@mantine/core": "^7.9.2", "@mantine/hooks": "^7.9.2", "@radix-ui/react-switch": "^1.0.3", "@tabler/icons-react": "^3.5.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.364.0", "next": "14.1.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-intersection-observer": "^8.29.1", "sharp": "^0.33.4", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.12.12", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-next": "14.1.4", "postcss": "^8.4.38", "postcss-preset-mantine": "^1.15.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.14", "tailwindcss": "^3.4.3", "typescript": "^5.4.5" } }