38 lines
901 B
JSON
38 lines
901 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",
|
|
"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",
|
|
"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": "^5.2.6"
|
|
}
|
|
}
|