-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
52 lines (52 loc) · 1.35 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
{
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"@tailwindcss/forms": "^0.3.3",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.26.3",
"date-fns": "^2.23.0",
"dompurify": "^3.0.6",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"framer-motion": "^4.1.17",
"handlebars": "^4.7.7",
"js-cookie": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.7",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"next": "latest",
"nodemailer": "^6.6.3",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-countup": "^6.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-query": "^3.21.0",
"react-quill": "^1.3.5",
"react-slick": "^0.28.1",
"react-toastify": "^8.0.2",
"sanitize-html": "^2.11.0",
"slick-carousel": "^1.8.1",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}