mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/html",
|
|
"version": "5.3.0-alpha.17",
|
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/html",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/html"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/client/index.js",
|
|
"types": "dist/client/index.d.ts",
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.3.0-alpha.17",
|
|
"@storybook/core": "5.3.0-alpha.17",
|
|
"@types/webpack-env": "^1.13.9",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"html-loader": "^0.5.5",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"ts-dedent": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-loader": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|