mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-27 22:49:33 +08:00
29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"name": "docz-example-flow",
|
|
"version": "0.10.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docz dev",
|
|
"build": "docz build"
|
|
},
|
|
"dependencies": {
|
|
<<<<<<< HEAD
|
|
"@babel/preset-flow": "^7.0.0-beta.55",
|
|
"docz": "^0.9.6",
|
|
=======
|
|
"@babel/preset-flow": "^7.0.0-rc.1",
|
|
"docz": "^0.10.0",
|
|
>>>>>>> 40a222e... v0.10.0
|
|
"emotion": "^9.2.6",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-emotion": "^9.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-emotion": "^9.2.6",
|
|
"flow-bin": "^0.77.0",
|
|
"flow-typed": "^2.5.1"
|
|
}
|
|
}
|