1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade-viewer.git synced 2024-10-16 14:37:30 +00:00
distributed-arcade-viewer/package.json
2023-01-10 16:24:43 +01: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.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.0.0",
"typescript": "4.9.4"
}
}