package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "gb-cam-lab",
  3. "private": true,
  4. "version": "1.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@emotion/react": "^11.13.3",
  14. "@emotion/styled": "^11.13.0",
  15. "@mui/icons-material": "^6.3.0",
  16. "@mui/material": "^6.1.6",
  17. "@types/react-transition-group": "^4.4.11",
  18. "@vercel/analytics": "^1.4.1",
  19. "file-saver": "^2.0.5",
  20. "filepond": "^4.31.4",
  21. "filepond-plugin-file-validate-size": "^2.2.8",
  22. "filepond-plugin-file-validate-type": "^1.2.9",
  23. "jszip": "^3.10.1",
  24. "motion": "^11.11.17",
  25. "overlayscrollbars-react": "^0.5.6",
  26. "react": "^18.3.1",
  27. "react-colorful": "^5.6.1",
  28. "react-device-detect": "^2.2.3",
  29. "react-dom": "^18.3.1",
  30. "react-filepond": "^7.1.2",
  31. "tailwind-merge": "^2.5.4",
  32. "use-debounce": "^10.0.4",
  33. "zustand": "^5.0.0-rc.2"
  34. },
  35. "devDependencies": {
  36. "@types/react": "^18.3.10",
  37. "@types/react-dom": "^18.3.0",
  38. "@vitejs/plugin-react": "^4.3.2",
  39. "autoprefixer": "^10.4.20",
  40. "eslint-plugin-import": "^2.31.0",
  41. "eslint-plugin-prefer-arrow": "^1.2.3",
  42. "eslint-plugin-react": "^7.37.0",
  43. "eslint-plugin-react-hooks": "^5.1.0-rc.0",
  44. "eslint-plugin-react-refresh": "^0.4.12",
  45. "globals": "^15.9.0",
  46. "postcss": "^8.4.49",
  47. "tailwindcss": "^3.4.15",
  48. "vite": "^5.4.8",
  49. "vite-plugin-svgr": "^4.3.0"
  50. }
  51. }