Files
gitbook/packages/react-contentkit/package.json
2025-11-16 02:16:20 +01:00

43 lines
1.1 KiB
JSON

{
"name": "@gitbook/react-contentkit",
"version": "0.7.8",
"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"
}
}