mirror of
https://github.com/task-17-lct/frontend.git
synced 2024-11-10 23:56:34 +03:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "frontend1",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@bem-react/classname": "^1.6.0",
|
|
"@bem-react/core": "^5.1.0",
|
|
"@bem-react/di": "^5.0.0",
|
|
"@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",
|
|
"@types/react-bootstrap": "^0.32.32",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@types/react-sidebar": "^3.0.2",
|
|
"@yandex/ui": "^3.33.0",
|
|
"antd": "^5.5.0",
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.2.3",
|
|
"gl-matrix": "^3.4.3",
|
|
"mapbox-gl": "^2.14.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.7.4",
|
|
"react-dom": "^18.2.0",
|
|
"react-map-gl": "^7.0.23",
|
|
"react-pro-sidebar": "^1.1.0-alpha.1",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-router-dom": "^6.11.2",
|
|
"react-scripts": "5.0.1",
|
|
"react-sidebar": "^3.0.2",
|
|
"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"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|