mirror of
https://github.com/zoriya/v10.git
synced 2026-08-08 15:19:25 +00:00
31 lines
749 B
JSON
31 lines
749 B
JSON
{
|
|
"name": "@videojs/sandbox",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx setup.ts && vite",
|
|
"build": "tsx setup.ts && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@videojs/core": "workspace:*",
|
|
"@videojs/html": "workspace:*",
|
|
"@videojs/react": "workspace:*",
|
|
"@videojs/store": "workspace:*",
|
|
"@videojs/utils": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|