albert.lol/package.json
dependabot[bot] f6f5fb7b0b
Bump eslint-config-next from 12.2.2 to 12.2.3
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.2.2 to 12.2.3.
- [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/v12.2.3/packages/eslint-config-next)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-24 23:42:38 +00:00

39 lines
932 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": {
"aws-sdk": "^2.1181.0",
"@swc/core": "^1.2.218",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.1.0",
"dayjs": "^1.11.4",
"dotenv": "^16.0.1",
"goober": "2.1.10",
"next": "12.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"sass": "^1.54.0",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/react-dom": "^18.0.6",
"@types/node": "18.6.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.4",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}
}