45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
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",
|
|
"i18next": "^25.5.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "15.5.9",
|
|
"next-i18next": "^15.4.2",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-i18next": "^16.0.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"
|
|
}
|
|
}
|