mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
30 lines
684 B
JSON
30 lines
684 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": {
|
|
"@vjs-10/react": "workspace:*",
|
|
"@vjs-10/react-icons": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"screenfull": "^6.0.2",
|
|
"tailwindcss": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.0",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.6"
|
|
}
|
|
}
|