Move rendering to playbill
This commit is contained in:
parent
2e0d4b45ea
commit
d550f057c5
5 changed files with 42 additions and 414 deletions
13
package.json
13
package.json
|
@ -5,23 +5,16 @@
|
|||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@types/bun": "latest"
|
||||
"@types/bun": "latest",
|
||||
"@types/lodash-es": "^4.17.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@proscenium/playbill": "0.0.1",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@proscenium/playbill": "0.0.4",
|
||||
"chalk": "^5.4.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"rehype-format": "^5.0.1",
|
||||
"rehype-parse": "^9.0.1",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"unified": "^11.0.5",
|
||||
"yaml": "^2.7.0",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue