sweeper/package.json
Michael Zhang 86046aed88
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
next auth
2023-09-20 02:16:30 -05:00

23 lines
491 B
JSON

{
"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",
"next-auth": "^4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
}
}