Created 10 detailed GitHub issues covering: - Project activation and management UI (#1-2) - Worker node coordination and visualization (#3-4) - Automated GitHub repository scanning (#5) - Intelligent model-to-issue matching (#6) - Multi-model task execution system (#7) - N8N workflow integration (#8) - Hive-Bzzz P2P bridge (#9) - Peer assistance protocol (#10) Each issue includes detailed specifications, acceptance criteria, technical implementation notes, and dependency mapping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/react-dom-shim",
|
|
"version": "9.0.16",
|
|
"description": "",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/react-dom-shim",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/react-dom-shim"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/react-18.d.ts",
|
|
"import": "./dist/react-18.mjs",
|
|
"require": "./dist/react-18.js",
|
|
"node": "./dist/react-18.js"
|
|
},
|
|
"./dist/react-16": {
|
|
"types": "./dist/react-16.d.ts",
|
|
"import": "./dist/react-16.mjs",
|
|
"require": "./dist/react-16.js",
|
|
"node": "./dist/react-16.js"
|
|
},
|
|
"./dist/preset": {
|
|
"types": "./dist/preset.d.ts",
|
|
"require": "./dist/preset.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/react-18.js",
|
|
"module": "dist/react-18.mjs",
|
|
"types": "dist/react-18.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"!src/**/*"
|
|
],
|
|
"scripts": {
|
|
"check": "jiti ../../../scripts/prepare/check.ts",
|
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
"storybook": "^9.0.16"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/preset.ts",
|
|
"./src/react-16.tsx",
|
|
"./src/react-18.tsx"
|
|
]
|
|
},
|
|
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
} |