mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-29 00:18:31 +08:00
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "docz-example-basic",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "docz start"
|
|
},
|
|
"dependencies": {
|
|
"emotion": "^9.1.1",
|
|
"docz": "^0.0.1",
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.3.1",
|
|
"react-dom": "^16.3.1",
|
|
"react-emotion": "^9.1.1",
|
|
"react-router-dom": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-emotion": "^9.0.1"
|
|
}
|
|
}
|