-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.72 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 3.72 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "ascent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.2",
"@lottiefiles/dotlottie-react": "^0.15.2",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@nivo/bar": "^0.99.0",
"@nivo/core": "^0.99.0",
"@nivo/line": "^0.99.0",
"@nivo/pie": "^0.99.0",
"@nivo/radar": "^0.99.0",
"@prisma/client": "^6.15.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@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-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.6.1",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
"@studio-freight/lenis": "^1.0.42",
"@tiptap/react": "^3.3.1",
"@tiptap/starter-kit": "^3.3.1",
"@types/three": "^0.180.0",
"aos": "^2.3.4",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"embla-carousel": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"express": "^5.1.0",
"framer-motion": "^12.23.24",
"gsap": "^3.14.2",
"html-to-image": "^1.11.13",
"input-otp": "^1.4.2",
"jose": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"kaboom": "^3000.1.17",
"lenis": "^1.3.11",
"lucide-react": "^0.542.0",
"morgan": "^1.10.1",
"next": "^16.0.8",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"prisma": "^6.15.0",
"qrcode": "^1.5.4",
"react": "^19.2.1",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.1",
"react-hook-form": "^7.72.1",
"react-lottie-player": "^2.1.0",
"react-parallax-tilt": "^1.7.309",
"react-resizable-panels": "^4.9.0",
"react-tsparticles": "^2.12.2",
"react-virtuoso": "^4.14.1",
"react-window": "^2.2.2",
"reactflow": "^11.11.4",
"recharts": "^3.3.0",
"sonner": "^2.0.7",
"speakeasy": "^2.0.0",
"tailwind-merge": "^3.5.0",
"three": "^0.179.1",
"tsparticles": "^3.9.1",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/aos": "^3.0.7",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/morgan": "^1.9.10",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/speakeasy": "^2.0.10",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}