mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:21:08 +08:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/rax",
|
|
"version": "6.2.0-alpha.20",
|
|
"description": "Storybook for Rax: Develop Rax Component in isolation.",
|
|
"keywords": [
|
|
"rax",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/rax",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/rax"
|
|
},
|
|
"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"
|
|
},
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core": "6.2.0-alpha.20",
|
|
"babel-preset-rax": "^1.0.0-beta.0",
|
|
"core-js": "^3.8.2",
|
|
"driver-dom": "^2.2.0",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/rax": "^1.0.2",
|
|
"rax": "^1.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"rax": "^0.4.0 || ^1.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "2a8f070c0c3ba56dc820cb04e96d9bf3f47a6a23"
|
|
}
|