mirror of
https://github.com/Alvin-Zilverstand/challenge-11.git
synced 2026-04-19 18:41:11 +02:00
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^7.1.1",
|
|
"@mui/material": "^7.1.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"axios": "^1.13.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-router-dom": "^7.12.0",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^5.1.0"
|
|
},
|
|
"overrides": {
|
|
"nth-check": "^2.1.1",
|
|
"postcss": "^8.4.31",
|
|
"serialize-javascript": "^7.0.4",
|
|
"underscore": "^1.13.8",
|
|
"webpack-dev-server": "^5.2.3",
|
|
"flatted": "^3.4.2",
|
|
"svgo": "^3.3.2",
|
|
"form-data": "^4.0.5",
|
|
"glob": "^11.0.0",
|
|
"minimatch": "^9.0.5",
|
|
"qs": "^6.15.0",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|