front/package.json
leshe4ka46 a0de7d4da6
Some checks failed
Deploy site to Pages / build (push) Failing after 7m49s
fix bugs by prev commit
2024-06-21 16:40:48 +03:00

66 lines
1.7 KiB
JSON

{
"name": "login-page",
"version": "0.0.1",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-date-pickers": "^6.10.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.28.0",
"dayjs": "^1.11.9",
"mui-chips-input": "^2.1.3",
"nth-check": "^2.0.1",
"ra-data-json-server": "^4.12.4",
"react": "^18.2.0",
"react-admin": "^4.12.4",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-material-ui-carousel": "^3.4.2",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"recharts": "^2.7.3",
"styled-components": "^5.3.11",
"tinycolor2": "^1.6.0",
"typescript": "^4.5.5",
"u2f-api": "^1.2.1",
"webpack": "^5.91.0"
},
"scripts": {
"start": "REACT_APP_VERSION=$(git rev-parse HEAD) react-scripts start",
"build": "REACT_APP_VERSION=$(git rev-parse HEAD) 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"
]
},
"proxy": "http://localhost:8080",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}