mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
feat: react, vue3 and vanilla examples (#242)
* feat: react, vue3 and vanilla examples * fix: vue3 example * Create rare-worms-tease.md * fix: vue3 types * fix: vue3 ts checks * fix: vue3 render types * fix: vue3 component types
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
"@bbob/preset-html5": "*",
|
||||
"@bbob/types": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "> 15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react": "18.x",
|
||||
"react-dom": "18.x",
|
||||
"@types/react": "18.x"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"jsnext:main": "es/index.js",
|
||||
|
||||
Reference in New Issue
Block a user