refactor(compiler)!: move component generation to core

This commit is contained in:
Rahim
2026-06-19 19:37:09 -07:00
parent b2c6b3489f
commit f64acdfd15
158 changed files with 2849 additions and 712 deletions
+1 -1
View File
@@ -66,13 +66,13 @@
"format": "node --import tsx scripts/format.ts"
},
"dependencies": {
"@videojs/core": "workspace:*",
"svgo": "^4.0.1"
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/react": "^19.2.14",
"@videojs/compiler": "workspace:*",
"@videojs/utils": "workspace:*",
"react": "^19.2.4",
"tsx": "^4.21.0"