-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
53
54
55
56
{
"name": "dealicious-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node_modules/next/dist/bin/next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.2",
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.14.0",
"@mui/x-date-pickers": "^6.9.2",
"autoprefixer": "10.4.14",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-datalabels": "^2.2.0",
"cloudinary": "^1.37.3",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"gsap": "^3.12.2",
"hamburger-react": "^2.5.0",
"mongodb": "^5.6.0",
"mongoose": "^7.2.3",
"multer": "^1.4.5-lts.1",
"next": "13.4.5",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"openai": "^3.3.0",
"postcss": "8.4.24",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-share": "^4.4.1",
"react-web-share": "^2.0.2",
"tailwindcss": "3.3.2",
"url": "^0.11.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"twilio": "^4.14.0"
}
}