-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "Nalum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-tailwind/react": "^2.0.4",
"@next/font": "13.2.4",
"@vercel/analytics": "^1.0.0",
"algoliasearch": "^4.19.1",
"aos": "^2.3.4",
"bcrypt": "^5.1.0",
"compressorjs": "^1.2.1",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"draft-js": "^0.11.7",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "^13.2.4",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-instantsearch": "^7.0.1",
"react-quill": "^2.0.0",
"react-select": "^5.8.0",
"react-social-icons": "^5.15.0",
"react-spinners": "^0.13.8",
"realm": "^12.2.1",
"realm-web": "^2.0.0",
"swiper": "^9.4.1",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.28",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2"
}
}