Files
spestexnika/package.json
Davron Chetin 398269b49b spestexnika
2025-10-04 11:41:38 +05:00

33 lines
783 B
JSON

{
"name": "spestexnika_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"i18next": "^25.5.3",
"i18next-resources-to-backend": "^1.2.1",
"next": "15.5.4",
"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-scroll": "^1.9.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@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"
}
}