-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"name": "shulker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@reduxjs/toolkit": "^2.8.2",
"@stream-io/video-client": "^1.29.0",
"@stream-io/video-filters-web": "^0.4.0",
"@stream-io/video-react-sdk": "^1.25.0",
"@tailwindcss/vite": "^4.1.10",
"@tldraw/tldraw": "^3.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.12",
"lucide-react": "^0.515.0",
"react": "^18.2.0",
"react-datepicker": "^8.7.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.5.0",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.8.0",
"react-toastify": "^11.0.5",
"stream-chat": "^9.20.0",
"stream-chat-react": "^13.7.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
}
}