frontend/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "frontend1",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-05-19 01:53:26 +03:00
"@bem-react/classname": "^1.6.0",
"@bem-react/core": "^5.1.0",
"@bem-react/di": "^5.0.0",
2023-05-21 01:42:17 +03:00
"@react-spring/web": "^9.7.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.31",
"@types/react": "^18.2.6",
2023-05-28 20:45:14 +03:00
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "^18.2.4",
2023-05-22 02:44:56 +03:00
"@types/react-sidebar": "^3.0.2",
2023-05-19 18:17:34 +03:00
"@yandex/ui": "^3.33.0",
"antd": "^5.5.0",
2023-05-19 01:53:26 +03:00
"axios": "^1.4.0",
2023-05-28 20:45:14 +03:00
"bootstrap": "^5.2.3",
2023-05-21 01:42:17 +03:00
"gl-matrix": "^3.4.3",
2023-05-19 01:53:26 +03:00
"mapbox-gl": "^2.14.1",
"react": "^18.2.0",
2023-05-28 20:45:14 +03:00
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
2023-05-19 01:53:26 +03:00
"react-map-gl": "^7.0.23",
2023-05-22 02:44:56 +03:00
"react-pro-sidebar": "^1.1.0-alpha.1",
2023-05-28 20:45:14 +03:00
"react-responsive-carousel": "^3.2.23",
2023-05-18 18:42:19 +03:00
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
2023-05-22 02:44:56 +03:00
"react-sidebar": "^3.0.2",
2023-05-19 18:17:34 +03:00
"react-tinder-card": "^1.6.2",
"react-yandex-login": "^1.0.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
2023-05-29 10:48:15 +03:00
"browserslist": [
"defaults",
"not ie 11"
]
}