-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "youtube-clone",
"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.1167.0",
"icons": "^1.0.0",
"javascript-time-ago": "^2.5.5",
"multiparty": "^4.2.3",
"next": "12.1.6",
"next-auth": "^4.3.4",
"next-connect": "^0.12.2",
"nodemailer": "^6.7.5",
"pg": "^8.7.3",
"react": "^18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-player": "^2.10.1"
},
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"prisma": "^4.0.0",
"tailwindcss": "^3.1.4"
},
"version": "1.0.0",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oghenekparobo/Reddit-Clone-Desktops_Screens_Only-.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oghenekparobo/Reddit-Clone-Desktops_Screens_Only-/issues"
},
"homepage": "https://github.com/Oghenekparobo/Reddit-Clone-Desktops_Screens_Only-#readme",
"description": ""
}