mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:51:07 +08:00
108 lines
2.8 KiB
JSON
108 lines
2.8 KiB
JSON
{
|
|
"name": "@storybook/preview-api",
|
|
"version": "7.0.0-beta.9",
|
|
"description": "",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/preview-api",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/preview-api"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./dist/addons": {
|
|
"import": "./dist/addons.mjs",
|
|
"require": "./dist/addons.js",
|
|
"types": "./dist/addons.d.ts"
|
|
},
|
|
"./dist/store": {
|
|
"import": "./dist/store.mjs",
|
|
"require": "./dist/store.js",
|
|
"types": "./dist/store.d.ts"
|
|
},
|
|
"./dist/client-api": {
|
|
"import": "./dist/client-api.mjs",
|
|
"require": "./dist/client-api.js",
|
|
"types": "./dist/client-api.d.ts"
|
|
},
|
|
"./dist/core-client": {
|
|
"import": "./dist/core-client.mjs",
|
|
"require": "./dist/core-client.js",
|
|
"types": "./dist/core-client.d.ts"
|
|
},
|
|
"./dist/preview-web": {
|
|
"import": "./dist/preview-web.mjs",
|
|
"require": "./dist/preview-web.js",
|
|
"types": "./dist/preview-web.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/channel-postmessage": "7.0.0-beta.9",
|
|
"@storybook/channels": "7.0.0-beta.9",
|
|
"@storybook/client-logger": "7.0.0-beta.9",
|
|
"@storybook/core-events": "7.0.0-beta.9",
|
|
"@storybook/csf": "next",
|
|
"@storybook/types": "7.0.0-beta.9",
|
|
"@types/qs": "^6.9.5",
|
|
"dequal": "^2.0.2",
|
|
"global": "^4.4.0",
|
|
"lodash": "^4.17.21",
|
|
"memoizerific": "^1.11.3",
|
|
"qs": "^6.10.0",
|
|
"slash": "^3.0.0",
|
|
"synchronous-promise": "^2.0.15",
|
|
"ts-dedent": "^2.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^26.6.2",
|
|
"@storybook/core-common": "7.0.0-beta.9",
|
|
"ansi-to-html": "^0.6.11",
|
|
"react": "^16.14.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/addons.ts",
|
|
"./src/client-api.ts",
|
|
"./src/core-client.ts",
|
|
"./src/preview-web.ts",
|
|
"./src/store.ts"
|
|
]
|
|
},
|
|
"gitHead": "5340574d89a799ec10959edc16ca140852cf355c"
|
|
}
|