1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/package.json
dependabot-preview[bot] eddc5bc663
Bump node-sass from 4.13.1 to 4.14.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-24 08:26:52 +00:00

17 lines
409 B
JSON

{
"name": "website",
"version": "1.0.0",
"private": true,
"description": "Another website, really?",
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/website.git"
},
"homepage": "https://github.com/RealOrangeOne/website#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "5.13.0",
"materialize-css": "1.0.0",
"node-sass": "4.14.0"
}
}