Reorganize repo.
This commit is contained in:
18
packages/js/block-markdown/package.json
Normal file
18
packages/js/block-markdown/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@terrace/block-markdown",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitest": "^0.24.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"rehype-stringify": "^9.0.3",
|
||||
"remark-parse": "^10.0.1",
|
||||
"remark-rehype": "^10.1.0",
|
||||
"unified": "^10.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user