20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.1",
|
|
"mysql": "^2.18.1",
|
|
"next": "^12.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.26.0",
|
|
"eslint-config-next": "12.3.1"
|
|
}
|
|
}
|