Files
spestexnika/package.json
nabijonovdavronbek619@gmail.com 77c6baaa55 slider component updated
2026-04-28 11:29:06 +05:00

40 lines
967 B
JSON

{
"name": "spestexnika_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"antd": "^5.27.4",
"axios": "^1.13.2",
"framer-motion": "^12.23.24",
"leaflet": "^1.9.4",
"lucide-react": "^0.553.0",
"next": "^15.5.15",
"next-intl": "^4.9.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-scroll": "^1.9.3",
"swiper": "^12.0.3",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/google.maps": "^3.58.1",
"@types/leaflet": "^1.9.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5"
}
}