-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
{
"name": "cursor-popup-portal",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clear-slides": "tsx scripts/clear-slides.ts"
},
"dependencies": {
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.10",
"@types/node": "^20.17.10",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"canvas": "^3.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.21",
"framer-motion": "^12.38.0",
"jszip": "^3.10.1",
"lucide-react": "^0.468.0",
"next": "14.2.21",
"openai": "^6.16.0",
"pdfjs-dist": "^5.4.530",
"postcss": "^8.4.49",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"recharts": "^3.6.0",
"resend": "^4.0.1",
"sharp": "^0.34.5",
"simple-icons": "^16.13.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/plugin-transform-class-static-block": "^7.28.6",
"@babel/plugin-transform-private-methods": "^7.28.6",
"tsx": "^4.19.2"
}
}