mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/riot",
|
|
"version": "6.1.0-alpha.3",
|
|
"description": "Storybook for riot.js: View riot snippets in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/riot",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/riot"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/client/index.js",
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"standalone.js",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core": "6.1.0-alpha.3",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"raw-loader": "^4.0.1",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"ts-dedent": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"riot": "^3.0.0 || ^4.0.0",
|
|
"riot-compiler": "^3.5.1 || ^4.0.0",
|
|
"riot-hot-reload": "^1.0.0",
|
|
"riot-tag-loader": "^2.0.0 || ^3.0.0",
|
|
"webpack": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "677dc96dfcd7922bf1a6518882d4dc165d57501f"
|
|
}
|