-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "mailmarkit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.12",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^6.19.10",
"@nextui-org/react": "^2.2.10",
"@stripe/stripe-js": "^3.3.0",
"@types/jsonwebtoken": "^9.0.6",
"aws-sdk": "^2.1599.0",
"framer-motion": "^11.0.25",
"jotai": "^2.8.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.1",
"next": "14.1.4",
"nodemailer": "^6.9.13",
"react": "^18",
"react-dom": "^18",
"react-email-editor": "^1.7.9",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"recharts": "^2.12.4",
"stargate-mongoose": "^0.5.5",
"stripe": "^15.3.0",
"timeago.js": "^4.0.2",
"verifalia": "^4.1.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}