wiki/site/package.json
2021-07-17 16:56:40 +08:00

31 lines
758 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-mathjax": "^3.1.0",
"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"
}
}