mirror of
https://github.com/cdr/code-server.git
synced 2025-12-15 21:03:15 +01:00
Introduces deployment scripts, documentation, and updates package.json for Cloudflare Pages deployment. Co-authored-by: logato7838 <logato7838@vsihay.com>
31 lines
No EOL
798 B
JSON
31 lines
No EOL
798 B
JSON
{
|
|
"name": "cursor-fullstack-ai-ide-frontend",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "cursor-fullstack-ai-ide-frontend",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"lucide-react": "^0.294.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"socket.io-client": "^4.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8",
|
|
"wrangler": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
} |