Spaces:
Runtime error
Runtime error
| { | |
| "name": "dashboard", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@monaco-editor/react": "^4.7.0", | |
| "@supabase/supabase-js": "^2.108.1", | |
| "@xterm/addon-fit": "^0.11.0", | |
| "framer-motion": "^12.40.0", | |
| "lucide-react": "^1.17.0", | |
| "next": "16.2.6", | |
| "react": "19.2.4", | |
| "react-dom": "19.2.4", | |
| "react-syntax-highlighter": "^16.1.1", | |
| "xterm": "^5.3.0" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "@types/react-syntax-highlighter": "^15.5.13", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.2.6", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |