/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/auth/package.json
20 строк
396 B
Lee Robinson
examples: Add new NextAuth.js example (#56914)
23 дек 2023, 19:21
Не верифицирован
23 дек 2023, 19:21
4225da8
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "next-auth": "^5.0.0-beta.4", "react": "latest", "react-dom": "latest" }, "devDependencies": { "@types/node": "latest", "@types/react": "latest", "@types/react-dom": "latest", "typescript": "latest" } }