2022-05-08 12:47:05 +05:30
|
|
|
{
|
|
|
|
|
"name": "my-app",
|
|
|
|
|
"version": "0.1.0",
|
2024-06-23 23:46:08 -04:00
|
|
|
"proxy": "http://localhost:8000",
|
2022-05-08 12:47:05 +05:30
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2022-07-18 23:17:31 +05:30
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2022-05-08 12:47:05 +05:30
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
|
|
|
"@testing-library/react": "^13.0.0",
|
|
|
|
|
"@testing-library/user-event": "^13.2.1",
|
2022-05-08 19:03:39 +05:30
|
|
|
"bootstrap": "^5.1.3",
|
2024-06-24 00:15:38 -04:00
|
|
|
"prettier": "^3.3.2",
|
2022-05-08 12:47:05 +05:30
|
|
|
"react": "^18.1.0",
|
2022-05-08 19:03:39 +05:30
|
|
|
"react-bootstrap": "^2.3.1",
|
2022-05-08 12:47:05 +05:30
|
|
|
"react-dom": "^18.1.0",
|
2022-05-08 23:27:29 +05:30
|
|
|
"react-icons": "^4.3.1",
|
2022-05-08 19:03:39 +05:30
|
|
|
"react-router-dom": "^6.3.0",
|
2022-05-08 12:47:05 +05:30
|
|
|
"react-scripts": "5.0.1",
|
2022-05-08 23:27:29 +05:30
|
|
|
"react-slick": "^0.29.0",
|
2025-01-12 23:42:32 -05:00
|
|
|
"react-transition-group": "^4.4.5",
|
2022-05-08 23:27:29 +05:30
|
|
|
"slick-carousel": "^1.8.1",
|
2022-05-08 12:47:05 +05:30
|
|
|
"web-vitals": "^2.1.0"
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|