generated from flaviocopes/bootcamp-2022-common-initial-project-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 765 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
{
"name": "digital-downloads",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.3",
"aws-sdk": "^2.1477.0",
"javascript-time-ago": "^2.5.4",
"multiparty": "^4.2.3",
"next": "14.2.22",
"next-auth": "^4.24.11",
"next-connect": "^0.12.2",
"nodemailer": "^6.9.9",
"pg": "^8.7.3",
"raw-body": "^2.5.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"stripe": "^9.11.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.31",
"prisma": "^3.14.0",
"tailwindcss": "^3.0.24"
}
}