storybook/app/react-native/package.json
Michael Shilman 2c0b28727a v5.3.0-rc.12
2020-01-08 22:48:35 +08:00

59 lines
1.4 KiB
JSON

{
"name": "@storybook/react-native",
"version": "5.3.0-rc.12",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
"react-native",
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/react-native",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "app/react-native"
},
"license": "MIT",
"files": [
"bin/**/*",
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"main": "dist/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.0.20",
"@emotion/native": "^10.0.14",
"@storybook/addons": "5.3.0-rc.12",
"@storybook/channel-websocket": "5.3.0-rc.12",
"@storybook/channels": "5.3.0-rc.12",
"@storybook/client-api": "5.3.0-rc.12",
"@storybook/core-events": "5.3.0-rc.12",
"core-js": "^3.0.1",
"emotion-theming": "^10.0.19",
"react-native-swipe-gestures": "^1.0.4"
},
"devDependencies": {
"@types/react-native": "^0.57.57",
"react-native": "^0.57.8"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.57.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
}