mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@gitbook/react-contentkit",
|
|
"version": "0.7.17",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./client": {
|
|
"types": "./dist/client.d.ts",
|
|
"default": "./dist/client.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"
|
|
}
|
|
}
|