Files
2026-07-13 12:30:22 +08:00

29 lines
791 B
JSON

{
"name": "@html-video/studio-next",
"version": "0.1.0",
"private": true,
"description": "Experiment: hyperframes/studio integration shell — embeds @hyperframes/studio as the editor UI, our 5-phase chat flow lives next to it.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 3072"
},
"dependencies": {
"@hyperframes/core": "^0.6.52",
"@hyperframes/player": "^0.6.52",
"@hyperframes/studio": "^0.6.52",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5"
}
}