mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"name": "@storybook/server",
|
|
"version": "6.3.0-beta.1",
|
|
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/server",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/server"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/client/index.js",
|
|
"module": "dist/esm/client/index.js",
|
|
"types": "dist/ts3.9/client/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.3.0-beta.1",
|
|
"@storybook/api": "6.3.0-beta.1",
|
|
"@storybook/client-api": "6.3.0-beta.1",
|
|
"@storybook/core": "6.3.0-beta.1",
|
|
"@storybook/core-common": "6.3.0-beta.1",
|
|
"@storybook/node-logger": "6.3.0-beta.1",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"safe-identifier": "^0.4.1",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "fcc428b77bbbc555f0dec87386d96ac7d2b5d218",
|
|
"sbmodern": "dist/modern/client/index.js"
|
|
}
|