mirror of
https://github.com/cdr/code-server.git
synced 2025-12-14 04:15:41 +01:00
28 lines
No EOL
662 B
JSON
28 lines
No EOL
662 B
JSON
{
|
|
"name": "cursor-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run vite",
|
|
"build": "bun run vite build",
|
|
"preview": "bun run vite preview"
|
|
},
|
|
"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",
|
|
"tailwindcss": "^3.3.6"
|
|
},
|
|
"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",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8"
|
|
}
|
|
} |