-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"private": true,
"description": "An example project for NextAuth.js with Next.js",
"repository": "https://github.com/nextauthjs/next-auth-example.git",
"bugs": {
"url": "https://github.com/nextauthjs/next-auth/issues"
},
"homepage": "https://next-auth-example.vercel.app",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "Iain Collins <[email protected]>",
"contributors": [
"Balázs Orbán <[email protected]>",
"Nico Domino <[email protected]>",
"Lluis Agusti <[email protected]>"
],
"dependencies": {
"@auth/core": "^0.5.1",
"@notionhq/client": "^2.2.3",
"axios": "^1.3.4",
"gpt-3-encoder": "^1.1.4",
"next": "latest",
"next-auth": "latest",
"nodemailer": "^6",
"notion-to-md": "^2.5.5",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^8.0.5",
"react-string-replace": "^1.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^17",
"@types/react": "^18.0.15",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4"
}
}