mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
feat(docs): migrate bs docs
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "@blocksuite/docs",
|
||||
"description": "BlockSuite documentation",
|
||||
"private": true,
|
||||
"keywords": [],
|
||||
"author": "toeverything",
|
||||
"repository": "toeverything/blocksuite",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typedoc": "typedoc --options ./typedoc.json",
|
||||
"dev": "yarn run typedoc && yarn exec vitepress dev --port 5200",
|
||||
"dev:nobuild": "yarn exec vitepress dev --port 5200",
|
||||
"build": "yarn run typedoc && NODE_OPTIONS=--max-old-space-size=8192 yarn exec vitepress build",
|
||||
"preview": "yarn exec vitepress preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/affine": "workspace:*",
|
||||
"date-fns": "^4.0.0",
|
||||
"markdown-it-container": "^4.0.0",
|
||||
"vitepress-plugin-sandpack": "^1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it-container": "^4.0.0",
|
||||
"typedoc": "^0.28.0",
|
||||
"typedoc-plugin-markdown": "^4.5.0",
|
||||
"vite-plugin-wasm": "^3.3.0",
|
||||
"vitepress": "^1.6.3",
|
||||
"vue": "^3.4.38"
|
||||
},
|
||||
"version": "0.26.3"
|
||||
}
|
||||
Reference in New Issue
Block a user