2020-05-11 19:40:39 +00:00
|
|
|
{
|
|
|
|
"name": "my-app",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-11-22 08:51:11 +00:00
|
|
|
"axios": "^0.24.0",
|
|
|
|
"bootstrap": "^5.1.3",
|
2021-11-08 10:41:35 +00:00
|
|
|
"sass": "^1.43.4",
|
2021-11-22 08:51:11 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2020-05-11 19:40:39 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"fsevents": "^2.1.2"
|
|
|
|
},
|
2021-11-22 08:51:11 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.15.0",
|
2022-03-12 17:39:31 +00:00
|
|
|
"@testing-library/react": "^12.1.4",
|
2021-11-22 08:51:11 +00:00
|
|
|
"@testing-library/user-event": "^7.2.1",
|
2022-03-12 17:39:31 +00:00
|
|
|
"react-scripts": "^5.0.0"
|
2021-11-22 08:51:11 +00:00
|
|
|
},
|
2020-05-11 19:40:39 +00:00
|
|
|
"scripts": {
|
2020-05-12 13:05:18 +00:00
|
|
|
"start": "react-scripts start",
|
2020-05-11 19:40:39 +00:00
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
2020-05-12 13:05:18 +00:00
|
|
|
"proxy": "http://backend:3000",
|
2020-05-11 19:40:39 +00:00
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|