File size: 599 Bytes
cac851d
 
 
 
 
 
 
 
 
 
 
 
a1f215e
 
 
 
 
cac851d
 
a1f215e
 
 
 
cac851d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
  }
}