29. Juni 2024, 13:18

This commit is contained in:
2024-06-29 11:18:39 +00:00
parent 40bc7de1cc
commit 79ddafea9d
32 changed files with 21980 additions and 4 deletions

View File

@@ -1,5 +1,57 @@
{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
"\u003e0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"workbox-background-sync": "^6.6.0",
"workbox-broadcast-update": "^6.6.0",
"workbox-cacheable-response": "^6.6.0",
"workbox-core": "^6.6.0",
"workbox-expiration": "^6.6.0",
"workbox-google-analytics": "^6.6.1",
"workbox-navigation-preload": "^6.6.0",
"workbox-precaching": "^6.6.0",
"workbox-range-requests": "^6.6.0",
"workbox-routing": "^6.6.0",
"workbox-strategies": "^6.6.0",
"workbox-streams": "^6.6.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"name": "frontend",
"version": "0.1.0",
"private": true
}
"port": 3000,
"private": true,
"proxy": "http://localhost:8800",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "BROWSER=None react-scripts start",
"test": "react-scripts test"
},
"version": "0.1.0"
}