mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:21:15 +08:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/api",
|
|
"version": "5.1.0-alpha.16",
|
|
"description": "Core Storybook API & Context",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/api",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ./scripts/generateVersion.js && node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channels": "5.1.0-alpha.16",
|
|
"@storybook/client-logger": "5.1.0-alpha.16",
|
|
"@storybook/core-events": "5.1.0-alpha.16",
|
|
"@storybook/router": "5.1.0-alpha.16",
|
|
"@storybook/theming": "5.1.0-alpha.16",
|
|
"core-js": "^2.6.5",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"global": "^4.3.2",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.mergewith": "^4.6.1",
|
|
"lodash.pick": "^4.4.0",
|
|
"memoizerific": "^1.11.3",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.7.0",
|
|
"semver": "^5.6.0",
|
|
"telejson": "^2.1.1",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.isequal": "^4.5.3",
|
|
"@types/lodash.mergewith": "^4.6.4",
|
|
"@types/lodash.pick": "^4.4.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|