albert.lol/package.json
dependabot[bot] 3450e4685e
Bump aws-sdk from 2.1142.0 to 2.1145.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1142.0 to 2.1145.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.1142.0...v2.1145.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-05-27 23:29:28 +00:00

38 lines
896 B
JSON

{
"name": "portfolio",
"version": "1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildexport": "next build && next export"
},
"dependencies": {
"@swc/core": "^1.2.192",
"aws-sdk": "^2.1145.0",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.1.0",
"dayjs": "^1.11.2",
"dotenv": "^16.0.1",
"goober": "2.1.9",
"next": "12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"sass": "^1.52.1",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
}
}