67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@fontsource/inter": "5.0.18",
|
|
"@fontsource/plus-jakarta-sans": "5.0.20",
|
|
"@fontsource/roboto": "^5.0.14",
|
|
"@fontsource/roboto-mono": "5.0.18",
|
|
"@hookform/resolvers": "3.6.0",
|
|
"@mui/icons-material": "^5.16.6",
|
|
"@mui/material": "^5.16.6",
|
|
"@mui/utils": "^5.16.6",
|
|
"@mui/x-date-pickers": "7.7.1",
|
|
"@phosphor-icons/react": "2.1.6",
|
|
"@reduxjs/toolkit": "^2.5.0",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/react": "^18.3.3",
|
|
"apexcharts": "3.49.2",
|
|
"axios": "^1.7.3",
|
|
"cors": "^2.8.5",
|
|
"dayjs": "1.11.11",
|
|
"moment": "^2.30.1",
|
|
"notistack": "^3.0.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.3.1",
|
|
"react-apexcharts": "1.4.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "7.52.0",
|
|
"react-jwt": "^1.2.2",
|
|
"react-redux": "^9.2.0",
|
|
"react-router": "^7.1.1",
|
|
"react-router-dom": "^6.25.1",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4",
|
|
"zod": "3.23.8"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|