-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 890 Bytes
/
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
{
"private": true,
"description": "An example project for NextAuth.js and Next.js with e-mail login and Knex adapter",
"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]>",
"Hoon Choi <[email protected]>"
],
"dependencies": {
"knex": "^2.4.2",
"next": "^13.4.5",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.3",
"pg": "^8.11.1",
"pg-hstore": "^2.3.4",
"pg-native": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/node": "^18.16.2",
"@types/react": "^18.2.0",
"sqlite3": "^5.1.6",
"sucrase": "^3.32.0",
"typescript": "^5.0.4"
}
}