-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "saas-email-newsletter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.1.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@mui/x-data-grid": "^7.7.1",
"@nextui-org/react": "^2.2.9",
"@stripe/stripe-js": "^4.0.0",
"aws-sdk": "^2.1650.0",
"framer-motion": "^11.2.12",
"http2": "^3.3.7",
"jotai": "^2.8.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.4",
"next": "14.2.4",
"nodemailer": "^6.9.14",
"react": "^18",
"react-dom": "^18",
"react-email-editor": "^1.7.11",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"recharts": "^2.12.7",
"stargate-mongoose": "^0.6.1",
"stripe": "^16.1.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}