| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "admin-dashboard-tutorial",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview"
- },
- "dependencies": {
- "@emotion/react": "^11.11.0",
- "@emotion/styled": "^11.11.0",
- "@fullcalendar/core": "^6.1.6",
- "@fullcalendar/daygrid": "^6.1.6",
- "@fullcalendar/list": "^6.1.6",
- "@fullcalendar/timegrid": "^6.1.6",
- "@mui/icons-material": "^5.11.16",
- "@mui/material": "^5.12.3",
- "@mui/styled-engine-sc": "^5.12.0",
- "formik": "^2.2.9",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-pro-sidebar": "^1.0.0",
- "react-router-dom": "^6.11.1",
- "styled-components": "^5.3.10",
- "yup": "^1.1.1"
- },
- "devDependencies": {
- "@types/react": "^18.2.6",
- "@types/react-dom": "^18.2.4",
- "@typescript-eslint/eslint-plugin": "^5.59.2",
- "@typescript-eslint/parser": "^5.59.2",
- "@vitejs/plugin-react": "^4.0.0",
- "eslint": "^8.40.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.4.1",
- "typescript": "^5.0.4",
- "vite": "^4.3.5"
- }
- }
|