mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-30 06:12:32 +08:00
* feat(docz-theme-default): include toggle to sidebar * fix(docz-theme-default): made container responsive * fix(docz-theme-default): change background based on toggle * chore(docz-theme-plugin): add facepaint package * feat(docz-theme-default): include media queries facepaint * fix(docz-theme-default): responsive position for wrapper * fix(docz-theme-default): include breakpoints as const * feat(docz-theme-default): include ToggleBackground * fix(docz-theme-default): change chevronDown to burguer icon with animation * fix(docz-theme-default): lint code * feat(docz-theme-default): table responsive * fix(docz-theme-default): sidebar toggle for links and sub-links * feat(docz-theme-default): include breakpoints reactive on sidebar * feat(docz-theme-default): add dark mode 🌚 (#81) * SAVEPOINT * feat(docz-theme-default): add dark mode 🌚 * chore(docz-theme-default): some responsive adjustments * v0.3.0-beta.0 * fix(docz-theme-default): prettier format * v0.3.0
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "docz-example-flow",
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "docz dev",
|
|
"build": "docz build"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-flow": "^7.0.0-beta.51",
|
|
"docz": "^0.3.0",
|
|
"emotion": "^9.2.3",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-emotion": "^9.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-emotion": "^9.2.0",
|
|
"flow-bin": "^0.74.0",
|
|
"flow-typed": "^2.4.0"
|
|
}
|
|
}
|