albert.lol/package.json
dependabot[bot] d82c2bfdb2
Bump aws-sdk from 2.1295.0 to 2.1310.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1295.0 to 2.1310.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.1295.0...v2.1310.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>
2023-02-06 23:08:35 +00:00

38 lines
899 B
JSON

{
"name": "portfolio",
"version": "3.0",
"private": true,
"author": "albert",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aws-sdk": "^2.1310.0",
"next": "^13.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fade-in": "^2.0.1",
"spotify-now-playing": "^1.1.4",
"swr": "^2.0.1"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.32.0",
"eslint-config-next": "^13.1.5",
"postcss": "^8.4.18",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"sass": "^1.57.1",
"tailwindcss": "^3.2.1",
"typescript": "4.9.4"
},
"packageManager": "yarn@1.22.19"
}