-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.65 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "nextjs-subscription-payments",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:typegen": "sanity schema extract && sanity typegen generate && mv schema.json sanity.types.ts src/utils/types/sanity/",
"prettier-fix": "prettier --write .",
"stripe:login": "stripe login",
"stripe:listen": "stripe listen --forward-to=localhost:3000/api/webhooks",
"stripe:fixtures": "stripe fixtures fixtures/stripe-fixtures.json",
"supabase:start": "npx supabase start",
"supabase:stop": "npx supabase stop",
"supabase:status": "npx supabase status",
"supabase:restart": "npm run supabase:stop && npm run supabase:start",
"supabase:reset": "npx supabase reset",
"supabase:link": "npx supabase link",
"supabase:generate-types": "npx supabase gen types typescript --project-id hwzpbkwoekvubuzucxgo --schema public > types_db.ts",
"supabase:generate-migration": "npx supabase db diff | npx supabase migration new",
"supabase:generate-seed": "npx supabase db dump --data-only -f supabase/seed.sql",
"supabase:push": "npx supabase db push",
"supabase:pull": "npx supabase db pull",
"supabase:migration-up": "npx supabase migration up",
"discord-bot": "ts-node src/discord/discord_bot/index.ts",
"email": "pnpm dlx react-email dev --dir src/components/emails"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@hookform/resolvers": "^3.9.0",
"@mantine/hooks": "^7.9.0",
"@mux/mux-audio-react": "^0.9.0",
"@mux/mux-player-react": "^2.8.0",
"@next/bundle-analyzer": "^14.2.3",
"@next/env": "14.2.3",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-portal": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "^0.0.17",
"@sanity/icons": "^2.11.8",
"@sanity/image-url": "1.0.2",
"@sanity/preview-url-secret": "1.6.12",
"@sanity/react-loader": "1.9.17",
"@sanity/ui": "2.1.6",
"@sanity/vision": "3.40.0",
"@sentry/nextjs": "^8",
"@stripe/react-stripe-js": "^2.9.0",
"@stripe/stripe-js": "3.0.7",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-query-devtools": "^5.40.1",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.33.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"discord.js": "^14.16.2",
"framer-motion": "^11.13.3",
"hamburger-react": "^2.5.0",
"hls-video-element": "^1.2.11",
"jose": "^5.3.0",
"locate": "link:@/sanity/plugins/locate",
"lucide-react": "0.330.0",
"minimal": "link:@mux/mux-player/themes/minimal",
"next": "14.3.0-canary.40",
"next-sanity": "9.0.14",
"next-themes": "^0.3.0",
"node-mailjet": "^6.0.6",
"pdfjs-dist": "^4.6.82",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-merge-refs": "^2.1.1",
"react-player": "^2.16.0",
"react-spotify-embed": "^2.0.4",
"resend": "^3.2.0",
"rxjs": "7.8.1",
"sanity": "3.40.0",
"sanity-plugin-cloudinary": "^1.1.3",
"sanity-plugin-mux-input": "^2.3.4",
"server-only": "0.0.1",
"sonner": "^1.5.0",
"stripe": "^14.25.0",
"styled-components": "^6.1.9",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1",
"zod": "^3.23.6"
},
"devDependencies": {
"@react-email/preview": "^0.0.11",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"supabase": "^1.176.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}