omdb/package.json

23 lines
462 B
JSON
Raw Normal View History

2023-08-15 23:11:06 +00:00
{
"name": "omdb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"next": "13.4.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
}
}