Files
GhiVideo_v4/client/package.json
T
b23042andClaude Fable 5 d38b842e8d GhiVideo 소스 복제 — v4 작업 시작 기준
기존 GhiVideo 저장소 HEAD의 트래킹 소스 362개 파일을 복제.
(node_modules·storage·빌드 산출물·대용량 미디어는 .gitignore 규칙대로 제외)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 14:32:51 +09:00

40 lines
948 B
JSON

{
"name": "@abcvideo/client",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"@abcvideo/shared": "*",
"@types/proj4": "^2.5.6",
"@videojs/http-streaming": "^3.17.4",
"fflate": "^0.8.3",
"hls.js": "^1.6.15",
"interactjs": "^1.10.27",
"proj4": "^2.20.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"subsrt-ts": "^2.1.2",
"uuid": "14.0.0",
"video.js": "^8.23.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/video.js": "^7.3.58",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"sass": "^1.101.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5",
"vite": "^8.0.16"
}
}