Files
social-ojo.org/package.json
2022-07-08 16:16:23 +08:00

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"
}
}