27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "readyornot",
|
|
"version": "0.1.7",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:debug": "NODE_OPTIONS='--inspect' next dev -H :: -p 8002",
|
|
"dev": "next dev -H :: -p 8002",
|
|
"build": "next build",
|
|
"start": "next start -H :: -p 8002",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^12.3.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.31.2",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.14.6",
|
|
"@types/react": "^18.0.14",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-next": "12.2.0",
|
|
"typescript": "4.9.3"
|
|
}
|
|
}
|