storybook/app/marionette/package.json
2020-07-22 23:58:04 +08:00

54 lines
1.3 KiB
JSON

{
"name": "@storybook/marionette",
"version": "6.0.0-rc.14",
"description": "Storybook for Marionette: Develop Marionette.js component in isolation with Hot Reloading.",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/marionette",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "app/marionette"
},
"license": "MIT",
"main": "dist/client/index.js",
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "./bin/index.js",
"storybook-server": "./bin/index.js"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/core": "6.0.0-rc.14",
"common-tags": "^1.8.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
"html-loader": "^1.0.0",
"regenerator-runtime": "^0.13.3"
},
"devDependencies": {
"backbone.marionette": "*"
},
"peerDependencies": {
"@babel/core": "*",
"backbone": "*",
"backbone.marionette": "*",
"react": "*",
"react-dom": "*",
"underscore": "*"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "718fd4614223ebc427911ca5daba122205e63f55"
}