-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "email-marketing-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@nextui-org/modal": "^2.0.28",
"@nivo/bar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@nivo/radial-bar": "^0.84.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.39.1",
"axios": "^1.6.2",
"next": "^14.0.4",
"react": "^18.0",
"react-dom": "^18.0",
"react-email-editor": "^1.7.9",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-query": "^3.39.3",
"sharp": "^0.33.1",
"short-uuid": "^4.2.2",
"swiper": "^11.0.5"
},
"devDependencies": {
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.3.3"
},
"babel": {
"presets": [
"next/babel"
]
}
}