-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.19 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3.19 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
{
"name": "ioit-tenet",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,md}\""
},
"dependencies": {
"@bsmnt/scrollytelling": "^0.3.3",
"@gsap/react": "^2.1.1",
"@hookform/resolvers": "^3.9.0",
"@monaco-editor/react": "^4.6.0",
"@number-flow/react": "^0.5.10",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@studio-freight/lenis": "^1.0.42",
"@studio-freight/react-lenis": "^0.0.47",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.45.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.51.21",
"antd": "^5.21.0",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"embla-carousel": "^8.3.0",
"embla-carousel-react": "^8.1.8",
"framer-motion": "^11.3.21",
"geist": "^1.3.0",
"googleapis": "^144.0.0",
"gsap": "^3.12.5",
"html2canvas": "^1.4.1",
"konva": "^9.3.15",
"lottie-react": "^2.4.0",
"lucide-react": "^0.420.0",
"maath": "^0.10.8",
"monaco-editor": "^0.51.0",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"photoswipe": "^5.4.4",
"prop-types": "^15.8.1",
"qrcode.react": "^4.2.0",
"random-words": "^2.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.2.1",
"react-konva": "^18.2.10",
"react-photoswipe-gallery": "^3.0.2",
"react-py": "^1.11.2",
"react-scroll-parallax": "^3.4.5",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"split-type": "^0.3.4",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1",
"three-stdlib": "^2.32.1",
"tweakpane": "^4.0.5",
"valtio": "^2.0.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.10",
"@types/qrcode.react": "^3.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.167.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.40",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.36.2"
},
"packageManager": "pnpm@8.15.5"
}