| { | |
| "name": "@codesync/web", | |
| "version": "1.0.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@monaco-editor/react": "^4.6.0", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^11.2.0", | |
| "lucide-react": "^0.378.0", | |
| "next": "14.2.3", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-hot-toast": "^2.4.1", | |
| "react-resizable-panels": "^2.0.19", | |
| "socket.io-client": "^4.7.5", | |
| "tailwind-merge": "^2.3.0", | |
| "y-protocols": "^1.0.6", | |
| "yjs": "^13.6.15", | |
| "zustand": "^4.5.2" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/typography": "^0.5.13", | |
| "@types/node": "^20.12.0", | |
| "@types/react": "^18.3.1", | |
| "@types/react-dom": "^18.3.0", | |
| "autoprefixer": "^10.4.19", | |
| "postcss": "^8.4.38", | |
| "tailwindcss": "^3.4.3", | |
| "typescript": "^5.4.0" | |
| } | |
| } | |