feat: initialize Video.js 10 monorepo with core architecture

- Set up monorepo structure with core, HTML, React, and React Native packages
- Add TypeScript configuration with project references
- Create foundational packages: media-store, playback-engine, media, icons
- Implement platform-specific packages for HTML, React, and React Native
- Add comprehensive documentation and development tooling
- Include CLAUDE.md with development guidelines and conventional commits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2025-07-29 10:41:46 -07:00
co-authored by Claude
commit 4b0d84e9c8
55 changed files with 3421 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Web/HTML specific ignores
# Webpack
.webpack/
# Parcel
.parcel-cache/
.cache/
# Vite
.vite/
# Bundle analyzer
bundle-analyzer-report.html
# Service worker
sw.js
sw.js.map
# Static assets that might be generated
*.generated.js
*.generated.css
# Web Components polyfills (if downloaded)
webcomponents-*.js
# PWA related
manifest.json.generated
workbox-*.js