Spaces:
Running
Running
| { | |
| "name": "panno-ai", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "test": "jest", | |
| "test:coverage": "jest --coverage" | |
| }, | |
| "dependencies": { | |
| "@google/generative-ai": "^0.21.0", | |
| "@react-three/drei": "^10.7.7", | |
| "@react-three/fiber": "^9.5.0", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.0.6", | |
| "lucide-react": "^0.474.0", | |
| "next": "15.5.12", | |
| "next-auth": "^4.24.11", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "tailwind-merge": "^2.6.0", | |
| "three": "^0.173.0" | |
| }, | |
| "devDependencies": { | |
| "@testing-library/dom": "^10.4.1", | |
| "@testing-library/jest-dom": "^6.9.1", | |
| "@testing-library/react": "^16.3.2", | |
| "@testing-library/user-event": "^14.6.1", | |
| "@types/jest": "^30.0.0", | |
| "@types/node": "^22.13.1", | |
| "@types/react": "^19.0.8", | |
| "@types/react-dom": "^19.0.3", | |
| "@types/three": "^0.182.0", | |
| "eslint": "^9.19.0", | |
| "eslint-config-next": "15.1.6", | |
| "jest": "^30.2.0", | |
| "jest-environment-jsdom": "^30.2.0", | |
| "postcss": "^8.5.1", | |
| "tailwindcss": "^3.4.17", | |
| "ts-jest": "^29.4.6", | |
| "typescript": "^5.7.3" | |
| }, | |
| "overrides": { | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0" | |
| } | |
| } |