-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
77 lines (77 loc) · 2.63 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
{
"name": "@pyrohost/web",
"version": "2.7.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev --turbo",
"dev:live": "next dev --turbo -H 0.0.0.0",
"dev:email": "email dev --dir ./src/emails",
"preinstall": "prisma generate && prisma db push",
"build": "next build",
"build:turbo": "turbo build",
"start": "next start",
"format": "biome format ./src --write",
"format:turbo": "turbo format",
"autolint": "biome lint ./src --write",
"autolint:unsafe": "biome lint ./src --write --unsafe"
},
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@neondatabase/serverless": "^0.9.3",
"@next/third-parties": "^14.2.4",
"@node-rs/argon2": "^1.8.3",
"@paypal/sdk-client": "^4.0.191",
"@prisma/adapter-neon": "^5.15.0",
"@prisma/client": "^5.15.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.19",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.5.0",
"arctic": "^1.9.1",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"currency.js": "^2.0.4",
"embla-carousel-react": "8.1.5",
"lucia": "^3.2.0",
"million": "^3.1.6",
"next": "14.2.4",
"nodemailer": "^6.9.13",
"oslo": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "2.1.4",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"stripe": "^15.12.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"wretch": "^2.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prisma": "^5.15.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}