-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.46 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
{
"name": "raya-ui-docs",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"build:registry": "tsx scripts/build-registry.ts"
},
"dependencies": {
"@internationalized/date": "^3.11.0",
"@neondatabase/serverless": "^1.0.2",
"@nuxt/image": "2.0.0",
"@nuxtjs/sitemap": "7.4.9",
"@pinia/nuxt": "0.11.3",
"@tailwindcss/vite": "^4.3.2",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "14.1.0",
"better-auth": "^1.4.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"gsap": "^3.15.0",
"highlight.js": "^11.11.1",
"lenis": "^1.3.23",
"lucide-vue-next": "^0.556.0",
"motion-v": "^2.2.1",
"nuxt": "^4.4.8",
"pinia": "^3.0.4",
"reka-ui": "^2.10.1",
"shadcn-nuxt": "^2.7.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.3.2",
"three": "^0.184.0",
"vue": "^3.5.39",
"vue-router": "^4.6.3",
"vue-sonner": "^2.0.9",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/three": "^0.184.1",
"@types/ws": "^8.18.1",
"drizzle-kit": "^0.31.8",
"ffmpeg-static": "^5.3.0",
"puppeteer-core": "^25.1.0",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}