sweeper/package.json

24 lines
491 B
JSON
Raw Permalink Normal View History

{
"name": "sweeper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"next": "13.5.1",
2023-09-20 07:16:30 +00:00
"next-auth": "^4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
}
}