78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"name": "digi-ev-admin-dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.3.0",
|
|
"@mui/material": "^6.3.0",
|
|
"@mui/x-charts": "^7.23.2",
|
|
"@mui/x-data-grid": "^7.23.5",
|
|
"@mui/x-date-pickers": "^7.23.3",
|
|
"@mui/x-tree-view": "^7.23.2",
|
|
"@react-spring/web": "^9.7.5",
|
|
"@reduxjs/toolkit": "^2.5.0",
|
|
"AdapterDayjs": "file:@mui/x-date-pickers/AdapterDayjs",
|
|
"add": "^2.0.6",
|
|
"AppBar": "file:@mui/material/AppBar",
|
|
"axios": "^1.7.9",
|
|
"Box": "file:@mui/material/Box",
|
|
"clsx": "^2.1.1",
|
|
"cra-template-typescript": "1.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"hooks": "file:@mui/x-charts/hooks",
|
|
"mui-phone-number": "^3.0.3",
|
|
"mui-tel-input": "^7.0.0",
|
|
"PieChart": "file:@mui/x-charts/PieChart",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.0.0",
|
|
"react-cookie": "^7.2.2",
|
|
"react-dom": "^18.0.0",
|
|
"react-dropzone": "^14.3.5",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-toastify": "^11.0.2",
|
|
"RichTreeView": "file:@mui/x-tree-view/RichTreeView",
|
|
"sonner": "^1.7.4",
|
|
"Stack": "file:@mui/material/Stack",
|
|
"styles": "file:@mui/material/styles",
|
|
"Tabs": "file:@mui/material/Tabs",
|
|
"Toolbar": "file:@mui/material/Toolbar",
|
|
"Typography": "file:@mui/material/Typography",
|
|
"web-vitals": "^4.2.4"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@types/react": "^19.0.4",
|
|
"@types/react-dom": "^19.0.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|