forked from taqui-786/portfolio_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.66 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.66 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@arcjet/inspect": "^1.0.0-beta.15",
"@arcjet/next": "^1.0.0-beta.15",
"@carbon/icons-react": "^11.71.0",
"@clerk/nextjs": "^6.36.3",
"@clerk/themes": "^2.4.44",
"@heroui/react": "^3.0.0-beta.2",
"@heroui/styles": "^3.0.0-beta.2",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"@paper-design/shaders-react": "^0.0.68",
"@platejs/ai": "^52.0.11",
"@platejs/autoformat": "^52.0.11",
"@platejs/basic-nodes": "^52.0.11",
"@platejs/link": "^52.0.11",
"@platejs/list": "^52.0.11",
"@platejs/markdown": "^52.0.11",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@react-email/components": "^1.0.2",
"@react-three/fiber": "^9.4.2",
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.12.27",
"@syncfusion/ej2-react-kanban": "^32.2.5",
"@tailwindcss/typography": "^0.5.19",
"@vercel/og": "^0.8.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.31.1",
"dicons": "^1.1.7",
"dotted-map": "^2.2.3",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^12.23.26",
"googleapis": "^169.0.0",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"lineicons": "^1.3.2",
"lucide-react": "^0.561.0",
"motion": "^12.23.26",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"platejs": "^52.0.15",
"qrcode.react": "^4.2.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-markdown": "^10.1.0",
"recharts": "^3.6.0",
"remark-gfm": "^4.0.1",
"resend": "^6.6.0",
"stripe": "^20.3.1",
"svix": "^1.82.0",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.182.0",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}