-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fontsource/dm-sans": "^4.5.7",
"@pathofdev/react-tag-input": "^1.0.7",
"bcrypt": "^5.0.1",
"cloudinary": "^1.28.1",
"cookies-next": "^2.0.4",
"emoji-mart": "^3.0.1",
"framer-motion": "^6.3.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.4",
"next": "latest",
"nextjs-progressbar": "^0.0.14",
"node-mailjet": "^3.4.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-responsive-carousel": "^3.2.22",
"react-toastify": "^8.2.0",
"react-tsparticles": "^1.42.4",
"validator": "^13.7.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"@iconify/react": "^3.1.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.1"
}
}