Concept jsx usage
This commit is contained in:
parent
bf444ccb1a
commit
d769e298b1
7 changed files with 92 additions and 20 deletions
|
@ -6,7 +6,9 @@
|
|||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@types/bun": "latest",
|
||||
"@types/lodash-es": "^4.17.12"
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/react": "^19.0.11",
|
||||
"@types/react-dom": "^19.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
|
@ -14,8 +16,11 @@
|
|||
"dependencies": {
|
||||
"@proscenium/playbill": "link:@proscenium/playbill",
|
||||
"chalk": "^5.4.1",
|
||||
"classnames": "^2.5.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"marked": "^15.0.7",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"slugify": "^1.6.6",
|
||||
"yaml": "^2.7.0",
|
||||
"zod": "^3.24.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue