-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "@sharemystack/web",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual -c \"npm run start\"",
"start": "wrangler pages dev --compatibility-date=2023-06-21 ./public",
"typecheck": "tsc",
"types": "supabase gen types typescript --local > app/lib/database.types.ts"
},
"dependencies": {
"@cloudflare/pages-plugin-vercel-og": "0.1.0",
"@headlessui/react": "1.7.18",
"@headlessui/tailwindcss": "0.2.0",
"@heroicons/react": "2.1.1",
"@remix-run/cloudflare": "2.8.0",
"@remix-run/cloudflare-pages": "2.8.0",
"@remix-run/react": "2.8.0",
"@supabase/supabase-js": "2.39.7",
"@tailwindcss/forms": "0.5.7",
"clsx": "2.1.0",
"framer-motion": "11.0.7",
"isbot": "5.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"use-debounce": "10.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240222.0",
"@remix-run/dev": "2.8.0",
"@remix-run/eslint-config": "2.8.0",
"@tailwindcss/typography": "0.5.10",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"eslint": "8.57.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"wrangler": "3.30.0"
},
"license": "UNLICENSED",
"private": true
}