-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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": "lexingtondemo",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"post-update": "yarn upgrade --latest"
},
"dependencies": {
"@calcom/embed-react": "^1.3.0",
"@clerk/nextjs": "^4.29.3",
"@clerk/themes": "^1.6.4",
"@formspree/react": "^2.5.1",
"@google-pay/button-react": "^3.0.10",
"@lemonsqueezy/lemonsqueezy.js": "^1.2.2",
"@supabase/supabase-js": "^2.39.3",
"@tremor/react": "^3.13.1",
"@vercel/analytics": "^1.1.1",
"axios": "^1.5.0",
"eslint-config-next": "^14.0.1",
"html-react-parser": "^5.1.0",
"next": "^14.0.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"tailwindcss": "^3.3.2"
},
"license": "MIT",
"keywords": [
"next",
"daisyui",
"clerkdev",
"tailwindcss"
],
"description": "Lexington Tech Demo",
"devDependencies": {
"autoprefixer": "^10.4.14",
"daisyui": "^4.6.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}