123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "gb-cam-lab",
- "private": true,
- "version": "1.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "vite build",
- "lint": "eslint .",
- "preview": "vite preview"
- },
- "dependencies": {
- "@emotion/react": "^11.13.3",
- "@emotion/styled": "^11.13.0",
- "@mui/icons-material": "^6.3.0",
- "@mui/material": "^6.1.6",
- "@types/react-transition-group": "^4.4.11",
- "@vercel/analytics": "^1.4.1",
- "file-saver": "^2.0.5",
- "filepond": "^4.31.4",
- "filepond-plugin-file-validate-size": "^2.2.8",
- "filepond-plugin-file-validate-type": "^1.2.9",
- "jszip": "^3.10.1",
- "motion": "^11.11.17",
- "overlayscrollbars-react": "^0.5.6",
- "react": "^18.3.1",
- "react-colorful": "^5.6.1",
- "react-device-detect": "^2.2.3",
- "react-dom": "^18.3.1",
- "react-filepond": "^7.1.2",
- "tailwind-merge": "^2.5.4",
- "use-debounce": "^10.0.4",
- "zustand": "^5.0.0-rc.2"
- },
- "devDependencies": {
- "@types/react": "^18.3.10",
- "@types/react-dom": "^18.3.0",
- "@vitejs/plugin-react": "^4.3.2",
- "autoprefixer": "^10.4.20",
- "eslint-plugin-import": "^2.31.0",
- "eslint-plugin-prefer-arrow": "^1.2.3",
- "eslint-plugin-react": "^7.37.0",
- "eslint-plugin-react-hooks": "^5.1.0-rc.0",
- "eslint-plugin-react-refresh": "^0.4.12",
- "globals": "^15.9.0",
- "postcss": "^8.4.49",
- "tailwindcss": "^3.4.15",
- "vite": "^5.4.8",
- "vite-plugin-svgr": "^4.3.0"
- }
- }
|