-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 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
{
"name": "uivault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start"
},
"dependencies": {
"@google/genai": "^1.44.0",
"@react-three/fiber": "^9.4.0",
"@tanstack/react-virtual": "^3.13.13",
"@types/three": "^0.181.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.13.6",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.9.0",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"form-data": "^4.0.5",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"lenis": "^1.3.15",
"lucide-react": "^0.575.0",
"minisearch": "^7.2.0",
"motion": "^12.23.24",
"multer": "^2.1.1",
"next": "^16.0.7",
"next-mdx-remote": "^6.0.0",
"nodemailer": "^7.0.10",
"prism-react-renderer": "^2.4.1",
"puppeteer": "^24.38.0",
"radix-ui": "^1.4.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"three": "^0.181.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24.10.1",
"@types/nodemailer": "^6.4.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.9.19",
"prettier-plugin-tailwindcss": "^0.7.1",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}