forked from liorkesos/hossted-auth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1006 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
36
37
38
{
"name": "next-auth-example",
"version": "0.0.0",
"private": true,
"description": "An example project for NextAuth.js",
"repository": "https://github.com/nextauthjs/next-auth-example.git",
"bugs": {
"url": "https://github.com/nextauthjs/next-auth/issues"
},
"homepage": "http://next-auth-example.now.sh",
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "Iain Collins <[email protected]>",
"contributors": [
"Balázs Orbán <[email protected]>"
],
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.25.0",
"apexcharts": "^3.27.3",
"aws-sdk": "latest",
"csvtojson": "^2.0.10",
"dotenv": "^10.0.0",
"mysql": "latest",
"next": "^10.2.3",
"next-auth": "latest",
"react": "^17.0.1",
"react-apexcharts": "^1.3.9",
"react-data-table-component": "^7.0.0-rc2",
"react-dom": "^17.0.1",
"sqlite3": "^5.0.2",
"styled-components": "^5.3.0"
}
}