2023-08-13 15:31:47 +02:00
|
|
|
{
|
|
|
|
"name": "webapp",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-10-11 13:16:27 +02:00
|
|
|
"@testing-library/jest-dom": "^6.1.3",
|
|
|
|
"@testing-library/react": "^14.0.0",
|
|
|
|
"@testing-library/user-event": "^14.5.1",
|
|
|
|
"fsevents": "^2.3.3",
|
2023-08-13 15:31:47 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-10-11 13:16:27 +02:00
|
|
|
"react-router-dom": "^6.16.0",
|
|
|
|
"react-scripts": "^5.0.1",
|
|
|
|
"web-vitals": "^3.5.0"
|
2023-08-13 15:31:47 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
2023-08-19 19:59:55 +02:00
|
|
|
"proxy": "http://localhost:8081",
|
2023-08-13 15:31:47 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
2023-10-29 19:04:23 +01:00
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 chrome version"
|
2023-08-13 15:31:47 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|