12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "coco-app-platform",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@prisma/client": "^5.18.0",
- "@tanstack/react-query": "^5.52.0",
- "@trpc/client": "^11.0.0-rc.482",
- "@trpc/react-query": "^11.0.0-rc.482",
- "@trpc/server": "^11.0.0-rc.482",
- "jotai": "^2.9.3",
- "next": "14.2.5",
- "next-auth": "^4.24.7",
- "ramda": "^0.30.1",
- "react": "^18",
- "react-dom": "^18",
- "react-hook-form": "^7.52.2",
- "react-icons": "^5.3.0",
- "react-use": "^17.5.1",
- "tailwind-merge": "^2.5.2",
- "zod": "^3.23.8"
- },
- "devDependencies": {
- "@tanstack/react-query-devtools": "^5.52.0",
- "@types/node": "^20",
- "@types/ramda": "^0.30.1",
- "@types/react": "^18",
- "@types/react-dom": "^18",
- "daisyui": "^4.12.10",
- "eslint": "^8",
- "eslint-config-next": "14.2.5",
- "postcss": "^8",
- "prisma": "^5.18.0",
- "tailwindcss": "^3.4.1",
- "typescript": "^5"
- }
- }
|