mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/marionette",
|
|
"version": "6.3.0-alpha.5",
|
|
"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/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"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core": "6.3.0-alpha.5",
|
|
"@storybook/core-common": "6.3.0-alpha.5",
|
|
"common-tags": "^1.8.0",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"html-loader": "^1.3.2",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/backbone.marionette": "^3.3.12",
|
|
"@types/common-tags": "^1.8.0",
|
|
"backbone.marionette": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"backbone": "*",
|
|
"backbone.marionette": "*",
|
|
"underscore": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9030fc7598b26f94e209c26152a021b218386b3d"
|
|
}
|