lbry-tech/package.json
dependabot[bot] 5a5e41499f
Bump sass from 1.69.7 to 1.71.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.71.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.7...1.71.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 03:07:40 +00:00

23 lines
534 B
JSON

{
"name": "lbry-tech",
"version": "0.0.1",
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@lbry/components": "^4.2.5",
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.1.1",
"astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.71.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
}