lbry.org/package.json
dependabot[bot] 93cab1b409
chore(deps-dev): bump @iconify/json from 1.1.457 to 1.1.460
Bumps [@iconify/json](https://github.com/iconify/collections-json) from 1.1.457 to 1.1.460.
- [Release notes](https://github.com/iconify/collections-json/releases)
- [Commits](https://github.com/iconify/collections-json/compare/1.1.457...1.1.460)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 13:22:19 +00:00

17 lines
420 B
JSON

{
"license": "MIT",
"devDependencies": {
"@fontsource/roboto": "^4.5.1",
"@iconify/json": "^1.1.460",
"@iconify/vue2": "^1.1.2",
"@vuepress/plugin-pwa": "^1.9.5",
"fs-extra": "^10.0.0",
"vuepress": "^1.9.5",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}