-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.33 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": "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": "concurrently \"next dev\" \"firebase emulators:start --import=./emulator-data --export-on-exit\"",
"firebase:emulators": "firebase emulators:start",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@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",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.45.0",
"@trpc/client": "^11.0.0-rc.403",
"@trpc/next": "^11.0.0-rc.403",
"@trpc/react-query": "^11.0.0-rc.403",
"@trpc/server": "^11.0.0-rc.403",
"@vercel/analytics": "^1.3.1",
"charts.css": "^1.1.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.0.0",
"cookies-next": "^4.2.1",
"encoding": "^0.1.13",
"firebase": "^9.23.0",
"firebase-admin": "^12.1.1",
"ksuid": "^3.0.0",
"lucide-react": "^0.284.0",
"next": "latest",
"next-themes": "^0.3.0",
"pluralize": "^8.0.0",
"react": "latest",
"react-dom": "latest",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.50.1",
"react-share": "^5.1.0",
"reactfire": "^4.2.3",
"superjson": "^2.2.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "latest",
"@types/pluralize": "^0.0.33",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"concurrently": "^8.2.2",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}