mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-08 00:30:36 +08:00
24 lines
486 B
JSON
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"
|
|
}
|
|
}
|