返回 html-video
package.json
根目录 / packages / studio-next / package.json
1 {
2 "name": "@html-video/studio-next",
3 "version": "0.1.0",
4 "private": true,
5 "description": "Experiment: hyperframes/studio integration shell — embeds @hyperframes/studio as the editor UI, our 5-phase chat flow lives next to it.",
6 "type": "module",
7 "scripts": {
8 "dev": "vite",
9 "build": "vite build",
10 "preview": "vite preview --port 3072"
11 },
12 "dependencies": {
13 "@hyperframes/core": "^0.6.52",
14 "@hyperframes/player": "^0.6.52",
15 "@hyperframes/studio": "^0.6.52",
16 "react": "^19.0.0",
17 "react-dom": "^19.0.0",
18 "zustand": "^5.0.2"
19 },
20 "devDependencies": {
21 "@types/react": "^19.0.0",
22 "@types/react-dom": "^19.0.0",
23 "@vitejs/plugin-react": "^4.3.4",
24 "tailwindcss": "^3.4.17",
25 "typescript": "^5.7.2",
26 "vite": "^6.0.5"
27 }
28 }
29
29 lines JSON