mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-29 00:18:31 +08:00
25 lines
557 B
JSON
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"
|
|
}
|
|
}
|