lbry.org/package.json
dependabot[bot] 58cbb50dd6
chore(deps-dev): bump fs-extra from 11.2.0 to 11.3.1
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.2.0 to 11.3.1.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 18:49:52 +00:00

20 lines
479 B
JSON

{
"license": "MIT",
"devDependencies": {
"@fontsource/roboto": "^5.2.6",
"@iconify/json": "^2.2.267",
"@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.10",
"fs-extra": "^11.3.1",
"vuepress": "^1.9.10",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"request-promise": "^4.2.6"
}
}