-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"private": true,
"scripts": {
"connectDb": "node ./utils/runner.js",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.3",
"@reduxjs/toolkit": "^1.6.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"dateformat": "^4.5.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.13.4",
"next": "latest",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-redux": "^7.2.4",
"react-scroll": "^1.8.3",
"redux": "^4.1.1",
"slugify": "^1.6.0",
"swr": "^0.5.6",
"validator": "^13.6.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}