66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "next-mhb",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 4000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@mui/material": "^5.12.1",
|
|
"@mui/x-date-pickers": "^6.5.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@tanstack/react-query": "^4.32.0",
|
|
"@tanstack/react-query-devtools": "^4.32.0",
|
|
"@types/node": "18.15.13",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "18.0.11",
|
|
"@types/uuid": "^9.0.1",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "^1.5.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^2.30.0",
|
|
"dayjs": "^1.11.7",
|
|
"framer-motion": "^10.12.16",
|
|
"lucide-react": "^0.408.0",
|
|
"next": "^14.1.0",
|
|
"next-seo": "^6.0.0",
|
|
"postcss": "8.4.23",
|
|
"react": "^18.2.0",
|
|
"react-confetti": "^6.1.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-marquee": "^1.3.5",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-icons": "^4.8.0",
|
|
"react-player": "^2.12.0",
|
|
"react-slot-counter": "^3.0.4",
|
|
"react-use": "^17.5.1",
|
|
"sharp": "^0.33.5",
|
|
"swiper": "^9.2.4",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.2.2",
|
|
"usehooks-ts": "^2.9.1",
|
|
"uuid": "^9.0.0",
|
|
"zod": "^3.24.1",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/date-fns": "^2.6.0",
|
|
"eslint": "8.49.0",
|
|
"eslint-config-next": "^14.1.0"
|
|
}
|
|
}
|