Spaces:
Running
Running
| { | |
| "name": "reportraahat-frontend", | |
| "version": "1.0.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@google/generative-ai": "^0.21.0", | |
| "canvas-confetti": "^1.9.0", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^11.0.0", | |
| "lottie-react": "^2.4.0", | |
| "lucide-react": "^0.400.0", | |
| "next": "15.0.0", | |
| "react": "^18.3.0", | |
| "react-body-highlighter": "^2.0.5", | |
| "react-dom": "^18.3.0", | |
| "react-dropzone": "^14.2.0", | |
| "recharts": "^2.12.0", | |
| "tailwind-merge": "^2.6.1", | |
| "zustand": "^4.5.0" | |
| }, | |
| "devDependencies": { | |
| "@types/canvas-confetti": "^1.9.0", | |
| "@types/node": "^20.0.0", | |
| "@types/react": "^18.3.0", | |
| "@types/react-dom": "^18.3.0", | |
| "@vitejs/plugin-react": "^4.3.0", | |
| "autoprefixer": "^10.4.0", | |
| "eslint": "^8.0.0", | |
| "eslint-config-next": "15.0.0", | |
| "postcss": "^8.4.0", | |
| "tailwindcss": "^3.4.0", | |
| "typescript": "^5.4.0" | |
| } | |
| } | |