mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-12 13:50:50 +08:00
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "docz-example-flow",
|
|
"version": "0.10.3",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docz dev",
|
|
"build": "docz build"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"emotion": "^9.2.8",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-emotion": "^9.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"docz": "^0.10.3",
|
|
"babel-plugin-emotion": "^9.2.8",
|
|
"flow-bin": "^0.79.1",
|
|
"flow-typed": "^2.5.1"
|
|
}
|
|
}
|