Files
docz/examples/flow/package.json
Pedro Nauck 4e5603bfbc v0.1.0
2018-05-28 22:22:00 -03:00

24 lines
492 B
JSON

{
"name": "docz-example-flow",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.49",
"docz": "^0.1.0",
"emotion": "^9.1.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.1.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.0.1",
"flow-bin": "^0.73.0",
"flow-typed": "^2.4.0"
}
}