Files
albert.lol/package.json
T
dependabot[bot] 455070d0dc Bump react-hot-toast from 2.3.0 to 2.4.0
Bumps [react-hot-toast](https://github.com/timolins/react-hot-toast) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](https://github.com/timolins/react-hot-toast/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: react-hot-toast
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-20 04:52:08 +00:00

33 lines
718 B
JSON

{
"name": "portfolio",
"version": "3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.3.1",
"aws-sdk": "^2.1219.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fade-in": "^2.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.11",
"copy-to-clipboard": "^3.3.2",
"postcss": "^8.4.16",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"sass": "^1.54.8",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}