2022-12-03 20:02:13 +00:00
|
|
|
{
|
|
|
|
"name": "www",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-12-09 21:00:46 +00:00
|
|
|
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 4040",
|
2022-12-10 01:59:33 +00:00
|
|
|
"dev": "next dev -p 4040",
|
2022-12-03 20:02:13 +00:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dockerode": "^3.3.4",
|
|
|
|
"next": "^12.3.0",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"swr": "^1.3.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-09 21:00:46 +00:00
|
|
|
"@types/dockerode": "^3.3.14",
|
|
|
|
"@types/react": "^18.0.14",
|
2022-12-10 01:59:33 +00:00
|
|
|
"eslint": "^8.23.1",
|
|
|
|
"eslint-config-next": "12.2.0",
|
2022-12-03 20:02:13 +00:00
|
|
|
"typescript": "^4.7.4"
|
|
|
|
}
|
|
|
|
}
|