albert.lol/package.json
dependabot[bot] 53ce657466
Bump eslint-config-next from 13.0.6 to 13.1.1
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.0.6 to 13.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.1.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 23:07:40 +00:00

39 lines
932 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.1273.0",
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fade-in": "^2.0.1",
"spotify-now-playing": "^1.1.4",
"swr": "^2.0.0"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.8",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.30.0",
"eslint-config-next": "^13.1.1",
"postcss": "^8.4.18",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"sass": "^1.56.2",
"tailwindcss": "^3.2.1",
"typescript": "4.9.4"
},
"packageManager": "yarn@1.22.19"
}