mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-27 02:34:14 +08:00
* chore: update dependencies * chore: prettier fix * fix(docz-core): data server rewriting files * feat(rehype-docz): add __componentPath on PropsTable * feat(docz-utils): add first version of package * chore(docz-utils): refac to include some more utils * chore(docz-core): remove unnescessary code * chore: tslint error
19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"name": "docz-example-styled-components",
|
|
"version": "0.11.2",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docz dev",
|
|
"build": "docz build"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"styled-components": "^3.4.9"
|
|
},
|
|
"devDependencies": {
|
|
"docz": "^0.11.2"
|
|
}
|
|
}
|