rybbit/client/package.json
2025-05-14 15:13:26 -07:00

93 lines
2.7 KiB
JSON

{
"name": "client",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002 --turbopack",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@better-auth/stripe": "1.2.7",
"@hookform/resolvers": "5.0.1",
"@nivo/bar": "0.96.0",
"@nivo/calendar": "0.96.0",
"@nivo/line": "0.96.0",
"@nivo/theming": "0.96.0",
"@number-flow/react": "0.5.9",
"@phosphor-icons/react": "2.1.7",
"@radix-ui/react-alert-dialog": "1.1.13",
"@radix-ui/react-dialog": "1.1.13",
"@radix-ui/react-dropdown-menu": "2.1.14",
"@radix-ui/react-label": "2.1.6",
"@radix-ui/react-navigation-menu": "1.2.12",
"@radix-ui/react-popover": "1.1.13",
"@radix-ui/react-select": "2.2.4",
"@radix-ui/react-separator": "1.1.6",
"@radix-ui/react-slider": "1.3.4",
"@radix-ui/react-slot": "1.2.2",
"@radix-ui/react-switch": "1.2.4",
"@radix-ui/react-tabs": "1.1.11",
"@radix-ui/react-tooltip": "1.2.6",
"@radix-ui/react-visually-hidden": "1.2.2",
"@radix-ui/themes": "3.2.1",
"@react-three/drei": "10.0.7",
"@react-three/fiber": "9.1.2",
"@tanstack/react-query": "5.76.0",
"@tanstack/react-query-devtools": "5.76.0",
"@tanstack/react-table": "8.21.3",
"@types/country-flag-icons": "1.2.2",
"@types/three": "0.176.0",
"@uidotdev/usehooks": "2.4.1",
"better-auth": "1.2.7",
"boring-avatars": "1.11.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"countries-list": "3.1.1",
"country-flag-icons": "1.5.19",
"d3": "7.9.0",
"d3-geo": "3.1.1",
"deps": "1.0.0",
"framer-motion": "12.11.0",
"geojson": "0.5.0",
"jotai": "2.12.4",
"ldrs": "1.1.7",
"leaflet": "1.9.4",
"lodash": "4.17.21",
"lucide-react": "0.510.0",
"luxon": "3.6.1",
"next": "15.3.2",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-countup": "6.5.3",
"react-day-picker": "9.6.7",
"react-dom": "19.1.0",
"react-globe.gl": "2.33.2",
"react-hook-form": "7.56.3",
"react-leaflet": "5.0.0",
"react-select": "5.10.1",
"sonner": "2.0.3",
"spinners-react": "1.0.11",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"three": "0.176.0",
"zod": "3.24.4",
"zustand": "5.0.4"
},
"devDependencies": {
"@types/d3": "7.4.3",
"@types/geojson": "7946.0.16",
"@types/leaflet": "1.9.17",
"@types/lodash": "4.17.16",
"@types/luxon": "3.6.2",
"@types/node": "20.14.8",
"@types/react": "19",
"@types/react-dom": "19",
"drizzle-kit": "0.31.1",
"postcss": "8",
"tailwindcss": "3.4.1",
"typescript": "5"
}
}