mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"name": "@storybook/react-native",
|
|
"version": "3.4.0-alpha.6",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"bin": {
|
|
"storybook": "dist/bin/storybook.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addon-actions": "^3.4.0-alpha.6",
|
|
"@storybook/addon-links": "^3.4.0-alpha.6",
|
|
"@storybook/addons": "^3.4.0-alpha.6",
|
|
"@storybook/channel-websocket": "^3.4.0-alpha.6",
|
|
"@storybook/core": "^3.4.0-alpha.6",
|
|
"@storybook/ui": "^3.4.0-alpha.6",
|
|
"autoprefixer": "^7.2.5",
|
|
"babel-loader": "^7.1.2",
|
|
"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-react-constant-elements": "^6.23.0",
|
|
"babel-plugin-transform-regenerator": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-minify": "^0.2.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"babel-runtime": "^6.26.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.1.1",
|
|
"commander": "^2.13.0",
|
|
"css-loader": "^0.28.9",
|
|
"express": "^4.16.2",
|
|
"file-loader": "^1.1.6",
|
|
"find-cache-dir": "^1.0.0",
|
|
"global": "^4.3.2",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"json-loader": "^0.5.7",
|
|
"json5": "^0.5.1",
|
|
"postcss-loader": "^2.0.10",
|
|
"prop-types": "^15.6.0",
|
|
"react-native-compat": "^1.0.0",
|
|
"react-native-iphone-x-helper": "^1.0.1",
|
|
"shelljs": "^0.8.1",
|
|
"style-loader": "^0.19.1",
|
|
"uglifyjs-webpack-plugin": "^1.1.6",
|
|
"url-loader": "^0.6.2",
|
|
"url-parse": "^1.1.9",
|
|
"util-deprecate": "^1.0.2",
|
|
"uuid": "^3.2.1",
|
|
"webpack": "^3.10.0",
|
|
"webpack-dev-middleware": "^1.12.2",
|
|
"webpack-hot-middleware": "^2.21.0",
|
|
"ws": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"react-native": "^0.52.2"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-core": "^6.26.0 || ^7.0.0-0",
|
|
"react": "*",
|
|
"react-native": "0.52.2"
|
|
}
|
|
}
|