forked from ryokun6/ryos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.32 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.32 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
{
"name": "soundboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port $PORT",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"clear-chats": "bun scripts/clear-chat-data.js",
"generate:icons": "bun run scripts/generate-icon-manifest.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/openai": "^1.3.22",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@tailwindcss/vite": "^4.1.10",
"@tiptap/core": "^2.14.0",
"@tiptap/extension-task-item": "^2.14.0",
"@tiptap/extension-task-list": "^2.14.0",
"@tiptap/extension-text-align": "^2.14.0",
"@tiptap/extension-underline": "^2.14.0",
"@tiptap/pm": "^2.14.0",
"@tiptap/react": "^2.14.0",
"@tiptap/starter-kit": "^2.14.0",
"@tiptap/suggestion": "^2.14.0",
"@types/dompurify": "^3.2.0",
"@types/three": "^0.176.0",
"@types/uuid": "^10.0.0",
"@upstash/redis": "^1.35.0",
"@vercel/analytics": "^1.5.0",
"@vercel/functions": "^2.2.0",
"ai": "^4.3.16",
"audio-buffer-utils": "^5.1.2",
"bad-words": "^4.0.0",
"bcryptjs": "^2.4.3",
"budoux": "^0.7.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^12.18.1",
"hangul-romanization": "^1.0.1",
"ios-vibrator-pro-max": "^1.3.2",
"lucide-react": "^0.475.0",
"next-themes": "^0.4.6",
"openai": "^4.104.0",
"opencc-js": "^1.0.5",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"shiki": "^3.6.0",
"sonner": "^2.0.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.176.0",
"tone": "^15.1.22",
"use-stick-to-bottom": "^1.1.1",
"uuid": "^11.1.0",
"vercel": "^41.7.8",
"wavesurfer.js": "^7.9.5",
"xp.css": "^0.2.6",
"zod": "^3.25.64",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@tailwindcss/typography": "^0.5.16",
"@types/dotenv": "^8.2.3",
"@types/node": "^22.15.31",
"@types/node-fetch": "^2.6.12",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"node-fetch": "^3.3.2",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "~5.6.3",
"typescript-eslint": "^8.34.0",
"vite": "^6.3.5",
"vite-plugin-pwa": "^0.21.2",
"vite-plugin-vercel": "^9.0.7"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}