-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.77 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "malik-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:mobile": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"convex:dev": "convex dev",
"convex:deploy": "convex deploy",
"generate-favicons": "node scripts/generate-favicons.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.515.0",
"@aws-sdk/s3-request-presigner": "^3.515.0",
"@clerk/nextjs": "^6.9.9",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.2.0",
"@mux/mux-node": "^9.0.1",
"@mux/mux-player-react": "^3.2.4",
"@radix-ui/react-tabs": "^1.1.2",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",
"@tailwindcss/typography": "^0.5.10",
"@tremor/react": "^3.18.6",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"clsx": "^2.1.1",
"convex": "^1.8.0",
"framer-motion": "^11.0.3",
"gsap": "^3.12.4",
"lucide-react": "^0.469.0",
"mixpanel-browser": "^2.47.0",
"nanoid": "^5.0.4",
"next": "^15.1.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.14.1",
"stripe": "^17.5.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.47.5",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.1",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"sharp": "^0.33.5",
"typescript": "^5.3.3"
},
"overrides": {
"glob": "^9.3.5",
"rimraf": "^5.0.5"
}
}