-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.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
{
"name": "crib-music-global",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"dev-turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"make-prettier": "npx prettier . --write",
"update-types": "supabase gen types typescript --project-id \"tvuqvrbxusmicpmjqpus\" > types/Database.ts",
"ncu": "npx npm-check-updates"
},
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^2.1.4",
"@sendgrid/mail": "^8.1.3",
"@stripe/stripe-js": "^4.1.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "^5.49.2",
"@types/react-dom": "^18.3.0",
"@upstash/ratelimit": "^1.2.1",
"@vercel/edge": "^1.1.1",
"@vercel/kv": "^2.0.0",
"autoprefixer": "^10.4.19",
"cookies-next": "^4.2.1",
"eslint": "^9.6.0",
"immer": "^10.1.1",
"ioredis": "^5.4.1",
"next": "^14.2.4",
"next-share": "^0.27.0",
"next-themes": "^0.3.0",
"npm-check-updates": "^16.14.20",
"postcss": "^8.4.39",
"promisify": "^0.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-toastify": "^10.0.5",
"stripe": "^16.1.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.8.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.4",
"@types/node": "20.14.9",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.3.2"
}
}