-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "recharged-cv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@planetscale/database": "^1.11.0",
"@prisma/client": "5.3.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/supabase-js": "^2.38.0",
"@tinymce/tinymce-react": "^4.3.0",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.1",
"@vercel/analytics": "^1.0.2",
"atropos": "^2.0.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"dompurify": "^3.0.9",
"eventsource-parser": "^1.1.1",
"html2canvas": "^1.4.1",
"isomorphic-dompurify": "^2.4.0",
"jspdf": "^2.5.1",
"lucide-react": "^0.279.0",
"next": "^14.1.0",
"react": "18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-iframe": "^1.8.5",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"tinymce": "^6.7.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"install": "^0.13.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}