turkmentv_front/package.json

56 lines
1.5 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",
"@mui/material": "^5.12.1",
"@mui/x-date-pickers": "^6.5.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@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.0",
"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-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-player": "^2.12.0",
"swiper": "^9.2.4",
"tailwind-merge": "^2.4.0",
"tailwindcss": "3.3.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"eslint": "8.49.0",
"eslint-config-next": "^14.1.0"
}
}