mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-07 06:45:52 +08:00
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "docz-example-flow",
|
|
"version": "0.9.5",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docz dev",
|
|
"build": "docz build"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-flow": "^7.0.0-beta.55",
|
|
"docz": "^0.9.5",
|
|
"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"
|
|
}
|
|
}
|