-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.14 KB
/
package.json
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
{
"name": "sociial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node swEnvBuild.js && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.1",
"@reduxjs/toolkit": "^2.2.6",
"@vercel/analytics": "^1.4.1",
"browser-thumbnail-generator": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.1.4",
"emoji-mart": "^5.6.0",
"firebase": "^10.12.5",
"framer-motion": "^11.15.0",
"lucide-react": "^0.381.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.18",
"next-themes": "^0.3.0",
"peerjs": "^1.5.4",
"qrcode": "^1.5.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-infinite-scroll-component": "^6.1.0",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-rnd": "^10.4.11",
"react-scrollable-feed": "^2.0.2",
"react-sketch-canvas": "^6.2.0",
"socket.io-client": "^4.8.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/simple-peer": "^9.11.8",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}