mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
34 lines
810 B
JSON
34 lines
810 B
JSON
{
|
|
"name": "react-demo",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "React example for Video.js 10",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui-components/react": "^1.0.0-rc.0",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@videojs/react": "workspace:*",
|
|
"@videojs/utils": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"motion": "^12.23.25",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"shiki": "^3.19.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"wouter": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|