33 lines
766 B
JSON
33 lines
766 B
JSON
{
|
|
"name": "@aeroflot-flights/react",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.15.0",
|
|
"primereact": "^10.0.0",
|
|
"primeicons": "^6.0.0",
|
|
"leaflet": "^1.7.1",
|
|
"i18next": "^23.7.0",
|
|
"i18next-http-backend": "^2.4.0",
|
|
"react-i18next": "^13.5.0",
|
|
"axios": "^1.6.0",
|
|
"@tanstack/react-query": "^5.28.0",
|
|
"zustand": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"typescript": "^5.3.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"sass": "^1.69.0"
|
|
}
|
|
}
|