mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/ui",
|
|
"version": "7.0.0-alpha.5",
|
|
"description": "Core Storybook UI",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/ui",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/ui"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "ts-node ../../scripts/prebundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "7.0.0-alpha.5",
|
|
"@storybook/api": "7.0.0-alpha.5",
|
|
"@storybook/channels": "7.0.0-alpha.5",
|
|
"@storybook/client-logger": "7.0.0-alpha.5",
|
|
"@storybook/components": "7.0.0-alpha.5",
|
|
"@storybook/core-events": "7.0.0-alpha.5",
|
|
"@storybook/router": "7.0.0-alpha.5",
|
|
"@storybook/semver": "^7.3.2",
|
|
"@storybook/theming": "7.0.0-alpha.5",
|
|
"core-js": "^3.8.2",
|
|
"memoizerific": "^1.11.3",
|
|
"qs": "^6.10.0",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"util": "^0.12.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@testing-library/react": "^11.2.2",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"core-js-pure": "^3.8.2",
|
|
"downshift": "^6.0.15",
|
|
"enzyme": "^3.11.0",
|
|
"flush-promises": "^1.0.2",
|
|
"fuse.js": "^3.6.1",
|
|
"global": "^4.4.0",
|
|
"lodash": "^4.17.21",
|
|
"markdown-to-jsx": "^7.1.3",
|
|
"polished": "^4.2.2",
|
|
"react": "^16.8.0",
|
|
"react-dom": "^16.8.0",
|
|
"react-draggable": "^4.4.3",
|
|
"react-helmet-async": "^1.0.7",
|
|
"react-sizeme": "^3.0.1",
|
|
"store2": "^2.12.0",
|
|
"ts-node": "^10.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundlerEntrypoint": "./src/index.tsx",
|
|
"gitHead": "006ed54452dd7c37a8cbe91a84f5312182f7ca00"
|
|
}
|