storybook/lib/core-webpack/package.json
2022-06-20 21:44:25 +08:00

47 lines
1.1 KiB
JSON

{
"name": "@storybook/core-webpack",
"version": "7.0.0-alpha.5",
"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",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/**/*",
"types/**/*",
"templates/**/*",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/core-common": "7.0.0-alpha.5",
"@storybook/node-logger": "7.0.0-alpha.5",
"@types/node": "^14.0.10 || ^16.0.0",
"core-js": "^3.8.2",
"ts-dedent": "^2.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "006ed54452dd7c37a8cbe91a84f5312182f7ca00"
}