-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "wayback-tube",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/be-vietnam-pro": "^4.5.1",
"@fontsource/material-icons": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.7.0",
"isarray": "^2.0.5",
"next": "^12.0.7",
"next-auth": "^4.0.6",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"swagger-ui-react": "^4.1.3",
"swr": "^1.1.2"
},
"devDependencies": {
"@types/node": "17.0.5",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.1",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.2.15",
"prisma": "^3.7.0",
"tailwindcss": "^3.0.8",
"typescript": "4.5.4"
}
}