29 lines
604 B
JSON
29 lines
604 B
JSON
{
|
|
"name": "minecraft",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/next": "^9.0.0",
|
|
"dgram": "^1.0.1",
|
|
"fs": "^0.0.1-security",
|
|
"minecraft-server-util": "^5.2.10",
|
|
"next": "^12.2.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.1",
|
|
"@types/react": "^18.0.14",
|
|
"eslint": "8.19.0",
|
|
"eslint-config-next": "12.2.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|