Michael Shilman c466d4f77c v7.0.0-beta.9
2022-12-16 00:15:33 +08:00

66 lines
1.5 KiB
JSON

{
"name": "@storybook/core-webpack",
"version": "7.0.0-beta.9",
"description": "Storybook framework-agnostic API",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core-webpack",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/core-webpack"
},
"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/**/*",
"types/**/*",
"templates/**/*",
"*.js",
"*.d.ts"
],
"scripts": {
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/core-common": "7.0.0-beta.9",
"@storybook/node-logger": "7.0.0-beta.9",
"@storybook/types": "7.0.0-beta.9",
"@types/node": "^16.0.0",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"typescript": "~4.9.3",
"webpack": "5"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts"
],
"platform": "node"
},
"gitHead": "5340574d89a799ec10959edc16ca140852cf355c"
}