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] 0b7d1bbf15
Bump @fortawesome/fontawesome-free from 5.13.0 to 5.15.1
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 5.13.0 to 5.15.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.13.0...5.15.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-05 17:27:10 +00:00

22 lines
527 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.15.1",
"bootstrap": "4.4.1",
"materialize-css": "1.0.0",
"parcel-bundler": "1.12.4",
"sass": "1.26.5"
},
"devDependencies": {
"eslint-config-dabapps": "6.1.3"
}
}