albert.lol/package.json
dependabot[bot] d9dc95910b
Bump next from 12.1.1 to 12.1.5
Bumps [next](https://github.com/vercel/next.js) from 12.1.1 to 12.1.5.
- [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/compare/v12.1.1...v12.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-24 21:09:17 +00:00

34 lines
775 B
JSON

{
"name": "portfolio",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@swc/core": "^1.2.160",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.0.10",
"dayjs": "^1.11.1",
"goober": "2.1.8",
"next": "12.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"sass": "^1.49.10",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"typescript": "4.6.3"
}
}