ca-grow-ops-manager/frontend/package.json
fullsizemalt bc78836bf6
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
fix(android): Use CapacitorHttp for native-level HTTP requests
2026-01-07 19:39:29 -08:00

77 lines
2.6 KiB
JSON

{
"name": "ca-grow-ops-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@capacitor/android": "^8.0.0",
"@capacitor/camera": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/http": "^0.0.2",
"@capacitor/push-notifications": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "9.107.2",
"@react-three/fiber": "8.16.8",
"axios": "^1.6.2",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"html2canvas": "^1.4.1",
"i18next": "^25.7.2",
"i18next-browser-languagedetector": "^8.2.0",
"immer": "^11.0.1",
"jspdf": "^4.0.0",
"konva": "^9.3.6",
"lucide-react": "^0.556.0",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^16.4.1",
"react-konva": "^18.2.10",
"react-router-dom": "^7.10.1",
"recharts": "^3.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"three": "0.165.0",
"zod": "^4.3.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/node": "^25.0.3",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.22",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^23.0.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitest": "^1.0.0"
}
}