Files
2026-07-13 13:05:14 +08:00

60 lines
1.3 KiB
JSON

{
"name": "@rerun-io/web-viewer-react",
"version": "0.35.0-alpha.1+dev",
"description": "Embed the Rerun web viewer in your React app",
"licenses": [
{
"type": "MIT"
},
{
"type": "Apache-2.0"
}
],
"scripts": {
"build:types": "tsc --noEmit && dts-buddy",
"build": "npm run build:types",
"build:js": "npm run build:types",
"pack": "yarn pack --filename web-viewer-react.tar.gz",
"docs": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rerun-io/rerun.git"
},
"author": "rerun-io",
"license": "MIT",
"bugs": {
"url": "https://github.com/rerun-io/rerun/issues"
},
"homepage": "https://rerun.io",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
}
},
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js",
"types.d.ts",
"package.json",
"tsconfig.json"
],
"dependencies": {
"@rerun-io/web-viewer": "0.35.0-alpha.1"
},
"peerDependencies": {
"@types/react": "^18.2.33 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0"
},
"devDependencies": {
"dts-buddy": "^0.3.0",
"typedoc": "^0.28.6",
"typedoc-github-theme": "^0.3.0",
"typescript": "^5.2.2",
"@types/react": "^19.0.0",
"react": "^19.0.0"
}
}