2020-03-05 17:40:44 +00:00
|
|
|
{
|
2020-03-23 10:18:04 +00:00
|
|
|
"name": "frontend",
|
2020-03-05 17:40:44 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2020-03-23 10:18:04 +00:00
|
|
|
"dependencies": {
|
2021-11-22 08:51:11 +00:00
|
|
|
"@testing-library/jest-dom": "^5.15.0",
|
|
|
|
"@testing-library/react": "^12.1.2",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.0.3",
|
|
|
|
"@types/node": "^16.11.9",
|
|
|
|
"@types/react": "^17.0.35",
|
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"typescript": "^4.5.2"
|
2020-03-23 10:18:04 +00:00
|
|
|
},
|
2020-03-05 17:40:44 +00:00
|
|
|
"scripts": {
|
2020-03-23 10:18:04 +00:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
2020-03-05 17:40:44 +00:00
|
|
|
},
|
2020-03-23 10:18:04 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2020-03-05 17:40:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-22 08:51:11 +00:00
|
|
|
"http-proxy-middleware": "^2.0.1",
|
2022-03-12 17:47:06 +00:00
|
|
|
"react-scripts": "^5.0.0"
|
2020-03-05 17:40:44 +00:00
|
|
|
}
|
|
|
|
}
|