mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/server-webpack5",
|
|
"version": "7.0.0-alpha.33",
|
|
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/server-webpack5",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "frameworks/server-webpack5"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preset": {
|
|
"require": "./dist/preset.js",
|
|
"import": "./dist/preset.mjs",
|
|
"types": "./dist/preset.d.ts"
|
|
},
|
|
"./package.json": {
|
|
"require": "./package.json",
|
|
"import": "./package.json",
|
|
"types": "./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/builder-webpack5": "7.0.0-alpha.33",
|
|
"@storybook/core-common": "7.0.0-alpha.33",
|
|
"@storybook/preset-server-webpack": "7.0.0-alpha.33",
|
|
"@storybook/server": "7.0.0-alpha.33",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~4.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "5da5b0fabd04cc5cd5771e8242a960f05d03234a"
|
|
}
|