feat(element): add lightweight reactive element base (#513)

This commit is contained in:
rahim
2026-02-13 00:41:49 +11:00
committed by GitHub
parent f2efa2456b
commit 33b21906cd
60 changed files with 1793 additions and 457 deletions
+1 -2
View File
@@ -58,9 +58,8 @@
"clean": "rm -rf dist types"
},
"dependencies": {
"@lit/context": "^1.1.0",
"@lit/reactive-element": "^2.1.2",
"@videojs/core": "workspace:*",
"@videojs/element": "workspace:*",
"@videojs/store": "workspace:*",
"@videojs/utils": "workspace:*"
},