-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "ship-fast-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/embed-react": "^1.3.0",
"@headlessui/react": "^1.7.17",
"@next/third-parties": "^14.1.0",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/supabase-js": "^2.38.3",
"@tabler/icons-react": "^3.19.0",
"axios": "^1.4.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"crisp-sdk-web": "^1.0.21",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"form-data": "^4.0.0",
"framer-motion": "^11.9.0",
"gsap": "^3.12.2",
"lucide-react": "^0.456.0",
"mailgun.js": "^9.2.1",
"next": "^14.1.0",
"next-sitemap": "^4.2.2",
"nextjs-toploader": "^1.4.2",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.21.1",
"stripe": "^13.2.0",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}