mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-29 08:58:32 +08:00
24 lines
492 B
JSON
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"
|
|
}
|
|
}
|