-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
151 lines (151 loc) · 5.17 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "shadcn-nextjs-boilerplate",
"version": "2.1.1",
"private": true,
"scripts": {
"init": "npm install && npx shadcn@latest add --all",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx npm-force-resolutions",
"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 db reset",
"supabase:link": "npx supabase link",
"supabase:generate-types": "npx supabase gen types typescript --local --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"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@babel/traverse": "^7.24.6",
"@codemirror/legacy-modes": "^6.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.9.0",
"@material-tailwind/react": "2.1.9",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@stripe/stripe-js": "^3.4.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-table": "^8.17.3",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@uiw/codemirror-theme-tokyo-night": "^4.22.1",
"@uiw/react-codemirror": "^4.22.1",
"adblock-detect-react": "^1.3.1",
"apexcharts": "3.49.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.3.0",
"endent": "^2.1.0",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.2.6",
"input-otp": "^1.2.4",
"lucide-react": "^0.379.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"openai": "^4.47.1",
"php-serialize": "^4.1.1",
"react": "18.3.1",
"react-apexcharts": "1.4.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-github-btn": "^1.4.0",
"react-github-button": "^0.1.11",
"react-hook-form": "^7.53.0",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-resizable-panels": "^2.1.4",
"react-router-dom": "^6.23.1",
"react-to-print": "^2.15.1",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.0",
"shadcn-ui": "^0.2.3",
"sonner": "^1.5.0",
"stripe": "^15.8.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-rtl": "^0.9.0",
"vaul": "^0.9.9",
"web-vitals": "^4.0.1",
"zod": "^3.23.8"
},
"resolutions": {
"minimist": "1.2.6"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"encoding": "^0.1.13",
"eslint": "^9.3.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-tailwindcss": "^3.17.0",
"eventsource": "^2.0.2",
"npm-force-resolutions": "^0.0.10",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"supabase": "^1.172.2",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}