albert.lol/package.json
dependabot[bot] 16cf1c216f
Bump aws-sdk from 2.1231.0 to 2.1234.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1231.0 to 2.1234.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1231.0...v2.1234.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 23:21:06 +00:00

33 lines
744 B
JSON

{
"name": "portfolio",
"version": "3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aws-sdk": "^2.1234.0",
"next": "12.3.1",
"next-safe": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fade-in": "^2.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "18.8.1",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"copy-to-clipboard": "^3.3.2",
"postcss": "^8.4.17",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"sass": "^1.55.0",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}