Files
docz/examples/flow/package.json
Pedro Nauck 4808fd252d v0.5.3
2018-07-05 20:06:02 -03:00

24 lines
492 B
JSON

{
"name": "docz-example-flow",
"version": "0.5.3",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.51",
"docz": "^0.5.3",
"emotion": "^9.2.4",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.4"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.4",
"flow-bin": "^0.75.0",
"flow-typed": "^2.4.0"
}
}