mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
cf4b1249a9
* Optimize read of revisions with metadata=false when possible * Format * Fix * Update src/components/AdminToolbar/AdminToolbar.tsx Co-authored-by: Steven H <shne24@gmail.com> --------- Co-authored-by: Steven H <shne24@gmail.com>
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"name": "@gitbook/react-contentkit",
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"classnames": "^2.5.1",
|
|
"@gitbook/api": "^0.36.0",
|
|
"assert-never": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|