metahunt_auth/package.json
2024-07-17 23:13:56 +05:30

27 lines
545 B
JSON

{
"name": "metahunt_auth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3960",
"build": "next build",
"start": "next start -p 3960",
"lint": "next lint"
},
"dependencies": {
"@privy-io/react-auth": "^1.75.0",
"axios": "^1.7.2",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}