20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"name": "social-ojo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-next": "^12.2.1",
|
|
"next": "^12.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "^0.30.7"
|
|
}
|
|
}
|