mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 07:57:57 +00:00
30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"name": "org-braindump",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && next export",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@jsdevtools/rehype-toc": "^3.0.2",
|
|
"next": "10.0.5",
|
|
"orgast-util-visit-ids": "^0.3.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"rehype-react": "^6.1.0",
|
|
"rehype-url-inspector": "^2.0.2",
|
|
"to-vfile": "^6.1.0",
|
|
"trough": "^1.0.5",
|
|
"unified": "^9.2.0",
|
|
"uniorg-extract-keywords": "^0.3.0",
|
|
"uniorg-parse": "^0.3.0",
|
|
"uniorg-rehype": "^0.3.0",
|
|
"uniorg-slug": "^0.3.0",
|
|
"vfile-find-down": "^5.0.1",
|
|
"vfile-rename": "^1.0.3",
|
|
"vfile-reporter": "^6.0.2"
|
|
}
|
|
}
|