Spaces:
Build error
Build error
| { | |
| "name": "dental-fine-tuning-chat", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "^14.0.4", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-markdown": "^9.0.1", | |
| "rehype-highlight": "^7.0.0", | |
| "rehype-raw": "^7.0.0" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20.10.6", | |
| "@types/react": "^18.2.46", | |
| "@types/react-dom": "^18.2.18", | |
| "autoprefixer": "^10.4.16", | |
| "eslint": "^8.56.0", | |
| "eslint-config-next": "^14.0.4", | |
| "postcss": "^8.4.32", | |
| "tailwindcss": "^3.4.0", | |
| "typescript": "^5.3.3" | |
| } | |
| } |