turkmentv_front/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2024-08-19 12:44:56 +00:00
{
"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",
2024-10-10 13:48:25 +00:00
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
2024-08-19 12:44:56 +00:00
"@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-confetti": "^6.1.0",
2024-08-19 12:44:56 +00:00
"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",
2024-12-25 13:46:20 +00:00
"react-slot-counter": "^3.0.4",
"react-use": "^17.5.1",
2024-12-27 15:23:39 +00:00
"sharp": "^0.33.5",
2024-08-19 12:44:56 +00:00
"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",
"zustand": "^5.0.1"
2024-08-19 12:44:56 +00:00
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"eslint": "8.49.0",
"eslint-config-next": "^14.1.0"
}
}