-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.55 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
{
"name": "chris-catto-com",
"version": "1.2.5",
"private": true,
"description": "ChrisCatto.com is my personal website.",
"license": "MIT",
"author": "Chris Catto",
"scripts": {
"build": "next build",
"dev": "next dev",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"stripe listen": "stripe listen --forward-to localhost:3000/api/stripe-checkout-session",
"stripe trigger": "stripe trigger payment_intent.succeeded"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.1",
"@logtail/next": "^0.1.6",
"@next/third-parties": "^15.0.1",
"@prisma/client": "^5.22.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@sendgrid/mail": "^8.1.4",
"@stripe/stripe-js": "^3.4.0",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-table": "^8.20.5",
"@types/node": "20.5.7",
"@vercel/postgres": "^0.5.0",
"autoprefixer": "10.4.15",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.1.9",
"googleapis": "^135.1.0",
"lucide-react": "^0.378.0",
"next": "^15.0.3",
"next-auth": "^5.0.0-beta.25",
"nodemailer": "^6.9.13",
"pg": "^8.11.5",
"postcss": "8.4.31",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.2",
"react-spring": "^9.7.3",
"react-syntax-highlighter": "^15.5.0",
"stripe": "^15.6.0",
"super-react-gist": "^1.1.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"use-shopping-cart": "^3.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.7",
"@types/bcrypt": "^5.0.1",
"@types/gtag.js": "^0.0.19",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.14",
"@types/react-syntax-highlighter": "^15.5.11",
"@vercel/style-guide": "^5.0.1",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prisma": "^5.13.0"
},
"engines": {
"node": ">=18.17.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}