mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"name": "@storybook/react-native",
|
|
"version": "4.0.0-alpha.7",
|
|
"description": "A better way to develop React Native Components for your app",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/app/react-native",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"bin": {
|
|
"storybook": "dist/bin/storybook.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addon-actions": "4.0.0-alpha.7",
|
|
"@storybook/addon-links": "4.0.0-alpha.7",
|
|
"@storybook/addons": "4.0.0-alpha.7",
|
|
"@storybook/channel-websocket": "4.0.0-alpha.7",
|
|
"@storybook/core": "4.0.0-alpha.7",
|
|
"@storybook/core-events": "4.0.0-alpha.7",
|
|
"@storybook/react-dev-utils": "^5.0.0",
|
|
"@storybook/ui": "4.0.0-alpha.7",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-plugin-macros": "^2.2.1",
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-plugin-transform-regenerator": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"babel-preset-minify": "^0.4.2",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
|
"commander": "^2.15.1",
|
|
"dotenv-webpack": "^1.5.5",
|
|
"express": "^4.16.3",
|
|
"find-cache-dir": "^1.0.0",
|
|
"global": "^4.3.2",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"json5": "^1.0.1",
|
|
"prop-types": "^15.6.1",
|
|
"raw-loader": "^0.5.1",
|
|
"react-native-compat": "^1.0.0",
|
|
"react-native-iphone-x-helper": "^1.0.3",
|
|
"shelljs": "^0.8.2",
|
|
"url-parse": "^1.4.0",
|
|
"util-deprecate": "^1.0.2",
|
|
"uuid": "^3.2.1",
|
|
"webpack": "^4.8.3",
|
|
"webpack-dev-middleware": "^3.1.3",
|
|
"webpack-hot-middleware": "^2.22.2",
|
|
"ws": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"react-native": "^0.52.2"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-core": "^6.26.0 || ^7.0.0-0",
|
|
"babel-runtime": ">=6.0.0",
|
|
"react": "*",
|
|
"react-native": ">=0.51.0"
|
|
}
|
|
}
|