vegancheck.me/package.json
dependabot[bot] abb302eadd
Bump sass from 1.58.1 to 1.58.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2.
- [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.58.1...1.58.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 03:04:11 +00:00

25 lines
546 B
JSON

{
"name": "vegancheck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1030",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"next": "13.1.6",
"next-intl": "^2.10.2",
"next-pwa": "^5.6.0",
"quagga": "^0.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.58.2",
"typescript": "4.9.5"
}
}