magic / package.json
diamond-in's picture
Upload 3 files
a1f215e verified
raw
history blame contribute delete
599 Bytes
{
"name": "hf-custom-vnc",
"version": "1.0.0",
"description": "Custom high-performance VNC implementation for Hugging Face Spaces",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:hf": "bash scripts/start-hf.sh"
},
"dependencies": {
"next": "^14.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"puppeteer": "^22.0.0",
"lz4js": "^0.2.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.3.3"
}
}