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>
106 lines
2.6 KiB
JSON
106 lines
2.6 KiB
JSON
{
|
|
"name": "@storybook/react-vite",
|
|
"version": "9.0.16",
|
|
"description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/frameworks/react-vite"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"node": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./preset": {
|
|
"types": "./dist/preset.d.ts",
|
|
"require": "./dist/preset.js"
|
|
},
|
|
"./node": {
|
|
"types": "./dist/node/index.d.ts",
|
|
"node": "./dist/node/index.js",
|
|
"import": "./dist/node/index.mjs",
|
|
"require": "./dist/node/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"dist/index.d.ts"
|
|
],
|
|
"preset": [
|
|
"dist/preset.d.ts"
|
|
],
|
|
"node": [
|
|
"dist/node/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"template/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"!src/**/*"
|
|
],
|
|
"scripts": {
|
|
"check": "jiti ../../../scripts/prepare/check.ts",
|
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@joshwooding/vite-plugin-react-docgen-typescript": "0.6.1",
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"@storybook/builder-vite": "9.0.16",
|
|
"@storybook/react": "9.0.16",
|
|
"find-up": "^7.0.0",
|
|
"magic-string": "^0.30.0",
|
|
"react-docgen": "^8.0.0",
|
|
"resolve": "^1.22.8",
|
|
"tsconfig-paths": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.5"
|
|
},
|
|
"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",
|
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts",
|
|
"./src/node/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
} |