Files
gitbook/packages/react-contentkit/package.json
Samy Pessé 71c2e7f8b4 Version Packages (#3886)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-13 13:40:37 +00:00

43 lines
1.1 KiB
JSON

{
"name": "@gitbook/react-contentkit",
"version": "0.7.11",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"dependencies": {
"classnames": "catalog:",
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:*",
"usehooks-ts": "catalog:"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@types/react": "catalog:",
"react": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:"
},
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit",
"dev": "bun run build -- --watch ./src",
"clean": "rm -rf ./dist",
"publish-to-npm": "../../scripts/publish-if-new.sh"
},
"files": ["dist", "README.md", "CHANGELOG.md"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "https://github.com/GitbookIO/gitbook"
}
}