mirror of
https://github.com/Steffo99/distributed-arcade-viewer.git
synced 2024-12-23 14:44:24 +00:00
23 lines
440 B
JSON
23 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"
|
||
|
}
|
||
|
}
|