Files
docz/examples/flow/package.json
Pedro Nauck 6be27fb289 v0.12.4
2018-09-28 16:45:11 -03:00

24 lines
486 B
JSON

{
"name": "docz-example-flow",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"emotion": "^9.2.9",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.9",
"docz": "^0.12.4",
"flow-bin": "^0.81.0",
"flow-typed": "^2.5.1"
}
}