mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/core-webpack",
|
|
"version": "7.0.0-alpha.33",
|
|
"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-alpha.33",
|
|
"@storybook/node-logger": "7.0.0-alpha.33",
|
|
"@types/node": "^14.0.10 || ^16.0.0",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~4.6.3",
|
|
"webpack": "5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "5da5b0fabd04cc5cd5771e8242a960f05d03234a"
|
|
}
|