-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 938 Bytes
/
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
{
"name": "wedding-invitation",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bcrypt": "^5.0.1",
"canvas-to-image": "^2.2.0",
"dotenv": "^11.0.0",
"emailjs": "^3.7.0",
"framer-motion": "^6.0.0",
"html-react-parser": "^1.4.8",
"joi": "^17.6.0",
"mongoose": "^5.13.14",
"motion": "^6.0.0",
"next": "^12.0.9",
"next-auth": "^4.2.1",
"qrcode.react": "^1.0.1",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-csv": "^2.2.2",
"react-dom": "17.0.2",
"react-image-compressor": "^1.0.1",
"react-intersection-observer": "^8.33.1",
"react-responsive-carousel": "^3.2.23"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
}
}