@callstack/rspress-theme
Version:
Callstack theme for Rspress docs
70 lines • 1.79 kB
JSON
{
"name": "@callstack/rspress-theme",
"version": "0.5.0",
"description": "Callstack theme for Rspress docs",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./plugin": {
"types": "./dist/plugin/index.d.ts",
"import": "./dist/plugin/index.js",
"require": "./dist/plugin/index.cjs"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"plugin",
"README.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/callstack/rspress-theme/tree/main/packages/theme#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/callstack/rspress-theme.git",
"directory": "packages/theme"
},
"keywords": [
"rspress",
"theme",
"callstack",
"documentation",
"react",
"typescript"
],
"peerDependencies": {
"@rspress/core": "^2.0.0-rc.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.52.8",
"@rsbuild/plugin-image-compress": "^1.2.0",
"@rsbuild/plugin-react": "^1.3.4",
"@rsbuild/plugin-sass": "^1.3.3",
"@rsbuild/plugin-svgr": "^1.2.1",
"@rslib/core": "^0.10.5",
"@rspress/core": "^2.0.0-rc.3",
"@types/node": "^22",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"typescript": "^5.9.3"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"typecheck": "tsc --noEmit"
}
}