mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
dae11e9607
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
35 lines
731 B
JSON
35 lines
731 B
JSON
{
|
|
"name": "@gitbook/react-contentkit",
|
|
"version": "0.6.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.5.1",
|
|
"@gitbook/api": "^0.93.0",
|
|
"assert-never": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"dev": "tsc -w",
|
|
"clean": "rm -rf ./dist"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|