1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade-viewer.git synced 2024-12-23 06:34:25 +00:00
distributed-arcade-viewer/package.json
dependabot[bot] acaed61bca
Bump next from 13.1.1 to 13.5.0
Bumps [next](https://github.com/vercel/next.js) from 13.1.1 to 13.5.0.
- [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/v13.1.1...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 03:33:30 +00:00

22 lines
440 B
JSON

{
"name": "distributed-arcade-scores",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"next": "13.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.0.0",
"typescript": "4.9.4"
}
}