code-server/cursor-fullstack/packages/frontend/cursor-web/package.json
Cursor Agent 05acbfff1e feat: Set up fullstack Cursor IDE with backend and frontend
Co-authored-by: logato7838 <logato7838@vsihay.com>
2025-10-12 12:22:34 +00:00

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"
}
}