forked from rajeshdavidbabu/remix-supabase-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
{
"name": "remix-supabase-course",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@epic-web/client-hints": "^1.2.2",
"@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-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",
"@remix-run/css-bundle": "^2.2.0",
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/ssr": "^0.0.5",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-query": "^5.8.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"isbot": "^3.6.8",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.292.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^9.0.0",
"react-virtuoso": "^4.6.2",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@remix-run/dev": "^2.2.0",
"@remix-run/eslint-config": "^2.2.0",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-infinite-scroller": "^1.2.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.38.0",
"remix-flat-routes": "^0.6.2",
"supabase": "^1.110.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}