-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 887 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": "create-next-app-default",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@aws-sdk/client-s3": "^3.21.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.1",
"@hookform/resolvers": "^2.8.2",
"auth0": "^2.35.1",
"mongodb": "^3.6.9",
"nanoid": "^3.1.23",
"next": "^12.0.1",
"pdfkit": "^0.12.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.18.0",
"react-icons": "^4.2.0",
"tailwind-scrollbar": "^1.3.1",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.4",
"tailwindcss": "^2.2.9",
"webpack": "^5.19.0"
}
}