Files
docz/examples/react-native-flow/package.json
Pedro Nauck dd830d6727 v0.11.0
2018-09-02 20:26:39 -03:00

25 lines
557 B
JSON

{
"name": "docz-example-react-native-flow",
"version": "0.11.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-native": "^0.56.0",
"styled-components": "^3.4.2"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-preset-react-native": "^5.0.2",
"docz": "^0.11.0",
"docz-plugin-react-native": "^0.11.0",
"flow-bin": "^0.79.1",
"flow-typed": "^2.5.1"
}
}