mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "@storybook/api",
|
|
"version": "6.3.0-alpha.16",
|
|
"description": "Core Storybook API & Context",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/api",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@reach/router": "^1.3.4",
|
|
"@storybook/channels": "6.3.0-alpha.16",
|
|
"@storybook/client-logger": "6.3.0-alpha.16",
|
|
"@storybook/core-events": "6.3.0-alpha.16",
|
|
"@storybook/csf": "0.0.1",
|
|
"@storybook/router": "6.3.0-alpha.16",
|
|
"@storybook/semver": "^7.3.2",
|
|
"@storybook/theming": "6.3.0-alpha.16",
|
|
"@types/reach__router": "^1.3.7",
|
|
"core-js": "^3.8.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"global": "^4.4.0",
|
|
"lodash": "^4.17.20",
|
|
"memoizerific": "^1.11.3",
|
|
"qs": "^6.10.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"store2": "^2.12.0",
|
|
"telejson": "^5.1.0",
|
|
"ts-dedent": "^2.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.167",
|
|
"@types/semver": "^7.3.4",
|
|
"flush-promises": "^1.0.2",
|
|
"preval.macro": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "11ea895ed3be540d4a353eed8bc50aa08cf5fcf5"
|
|
}
|