mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
70c6c9df42
* Start * Try webframe * Lint and format * Move to package * Continue * Implement card and cleanup contexts * Start code blocks * Start rendering image * Continue with card * Start stack * Start text * Start modal * Format * Continue * Fix TS errors * Cleanup * Make markdown work with server components * Format * Add visual test * Lint and format * Fix lifecycle * Implement textinput * Divider * Remove console logs * Remove listSpaceIntegrationsBlocks
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.34.0",
|
|
"assert-never": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|