storybook/code/lib/manager-api/package.json
Michael Shilman c466d4f77c v7.0.0-beta.9
2022-12-16 00:15:33 +08:00

82 lines
2.0 KiB
JSON

{
"name": "@storybook/manager-api",
"version": "7.0.0-beta.9",
"description": "Core Storybook API & Context",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/manager-api",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "code/lib/manager-api"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.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/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/router": "7.0.0-beta.9",
"@storybook/theming": "7.0.0-beta.9",
"@storybook/types": "7.0.0-beta.9",
"dequal": "^2.0.2",
"global": "^4.4.0",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3",
"semver": "^7.3.7",
"store2": "^2.14.2",
"telejson": "^7.0.3",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@jest/globals": "^29.3.1",
"@types/lodash": "^4.14.167",
"@types/qs": "^6",
"flush-promises": "^1.0.2",
"qs": "^6.10.0",
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.tsx"
]
},
"gitHead": "5340574d89a799ec10959edc16ca140852cf355c"
}