lbry.org/package.json
dependabot[bot] bebd99c787
chore(deps-dev): bump fs-extra from 10.0.0 to 10.0.1
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.0.0...10.0.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 13:18:39 +00:00

17 lines
420 B
JSON

{
"license": "MIT",
"devDependencies": {
"@fontsource/roboto": "^4.5.3",
"@iconify/json": "^1.1.460",
"@iconify/vue2": "^1.1.3",
"@vuepress/plugin-pwa": "^1.9.7",
"fs-extra": "^10.0.1",
"vuepress": "^1.9.7",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}