Files
assistant-ui--assistant-ui/packages/react-devtools/package.json
T
wehub-resource-sync e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

81 lines
1.8 KiB
JSON

{
"name": "@assistant-ui/react-devtools",
"version": "1.2.8",
"description": "React development tools for assistant-ui components",
"keywords": [
"assistant-ui",
"devtools",
"react",
"development",
"debugging"
],
"author": "AgentbaseAI Inc.",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src",
"README.md"
],
"sideEffects": false,
"scripts": {
"build:css": "node scripts/build-styles.mjs",
"build": "pnpm build:css && aui-build",
"test": "vitest run"
},
"dependencies": {
"clsx": "^2.1.1",
"zod": "^4.4.3"
},
"peerDependencies": {
"@assistant-ui/react": "^0.14.14",
"@assistant-ui/tap": "^0.9.0",
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"devDependencies": {
"@assistant-ui/react": "workspace:*",
"@assistant-ui/tap": "workspace:*",
"@assistant-ui/x-buildutils": "workspace:*",
"@tailwindcss/cli": "^4.3.2",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.3.2",
"vitest": "^4.1.10"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/assistant-ui/assistant-ui.git",
"directory": "packages/react-devtools"
},
"bugs": {
"url": "https://github.com/assistant-ui/assistant-ui/issues"
}
}