-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "presenteio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"db": "npx prisma db push",
"lint": "next lint",
"postinstall": "prisma generate --no-engine"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-email/button": "0.0.18",
"@react-email/container": "0.0.14",
"@react-email/head": "^0.0.11",
"@react-email/html": "0.0.10",
"@react-email/img": "0.0.10",
"@react-email/link": "0.0.11",
"@react-email/render": "^1.0.2",
"@react-email/text": "0.0.10",
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"framer-motion": "11.11.17",
"googleapis": "^167.0.0",
"imgur": "^2.4.2",
"jsonwebtoken": "^9.0.2",
"next": "^15.0.3",
"next-plugin-svgr": "^1.1.10",
"next-themes": "^0.4.3",
"nextjs-toploader": "^3.7.15",
"prisma": "^5.22.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-email": "3.0.2",
"react-simple-typewriter": "^5.0.1",
"resend": "^4.0.1",
"server-only": "^0.0.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-base-font-size": "^1.0.1"
},
"devDependencies": {
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svgr-plugin-swc": "^0.1.1",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
}
}