mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/marko",
|
|
"version": "6.2.0-alpha.5",
|
|
"description": "Storybook for Marko: Develop Marko Component in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/marko",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/marko"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/client/index.js",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"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",
|
|
"ts3.4/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@marko/webpack": "^6.2.8",
|
|
"@storybook/client-logger": "6.2.0-alpha.5",
|
|
"@storybook/core": "6.2.0-alpha.5",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"marko": "^4.15.2 || ^5.0.0-next || ^5",
|
|
"webpack": "^4.44.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "850a0d8b98f2ddab1cd4d652e9beac11e21a369c"
|
|
}
|