-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
{
"name": "venefish",
"description": "Boilerplate & template for Vercel projects using Next.js, Firebase and shadcn/ui.",
"author": "Enesien Software <[email protected]> (https://enesien.com)",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.mjs",
"build": "next build",
"start": "NODE_ENV=production node server.mjs",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"firebase": "^9.23.0",
"lucide-react": "^0.284.0",
"next": "latest",
"react": "latest",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "latest",
"react-hook-form": "^7.50.1",
"react-loader-spinner": "^6.1.6",
"react-player": "^2.16.0",
"react-webcam": "^7.2.0",
"reactfire": "^4.2.3",
"simple-peer": "^9.11.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"supports-color": "^8.1.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"utf-8-validate": "^5.0.10",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "latest",
"@types/simple-peer": "^9.11.8",
"@types/w3c-image-capture": "^1.0.10",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}