mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-07 06:45:52 +08:00
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"name": "docz-example-typescript",
|
|
"version": "0.9.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docz dev",
|
|
"build": "docz build"
|
|
},
|
|
"dependencies": {
|
|
"docz": "^0.9.1",
|
|
"emotion": "^9.2.6",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-emotion": "^9.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-emotion": "^9.2.6"
|
|
}
|
|
}
|