package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "admin-dashboard-tutorial",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@emotion/react": "^11.11.0",
  14. "@emotion/styled": "^11.11.0",
  15. "@fullcalendar/core": "^6.1.6",
  16. "@fullcalendar/daygrid": "^6.1.6",
  17. "@fullcalendar/list": "^6.1.6",
  18. "@fullcalendar/timegrid": "^6.1.6",
  19. "@mui/icons-material": "^5.11.16",
  20. "@mui/material": "^5.12.3",
  21. "@mui/styled-engine-sc": "^5.12.0",
  22. "formik": "^2.2.9",
  23. "react": "^18.2.0",
  24. "react-dom": "^18.2.0",
  25. "react-pro-sidebar": "^1.0.0",
  26. "react-router-dom": "^6.11.1",
  27. "styled-components": "^5.3.10",
  28. "yup": "^1.1.1"
  29. },
  30. "devDependencies": {
  31. "@types/react": "^18.2.6",
  32. "@types/react-dom": "^18.2.4",
  33. "@typescript-eslint/eslint-plugin": "^5.59.2",
  34. "@typescript-eslint/parser": "^5.59.2",
  35. "@vitejs/plugin-react": "^4.0.0",
  36. "eslint": "^8.40.0",
  37. "eslint-plugin-react-hooks": "^4.6.0",
  38. "eslint-plugin-react-refresh": "^0.4.1",
  39. "typescript": "^5.0.4",
  40. "vite": "^4.3.5"
  41. }
  42. }