-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.41 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "byroncodes",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev --turbo",
"build": "cross-env NODE_OPTIONS=--no-deprecation payload migrate && next build",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start",
"generate:types": "payload generate:types",
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
"lint:fix": "cross-env NODE_OPTIONS=--no-deprecation next lint --fix",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"format": "cross-env NODE_OPTIONS=--no-deprecation prettier src/ --write",
"reinstall": "cross-env NODE_OPTIONS=--no-deprecation rm -rf node_modules && rm bun.lockb && bun install"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@payloadcms/db-postgres": "3.19.0",
"@payloadcms/email-nodemailer": "^3.19.0",
"@payloadcms/email-resend": "^3.19.0",
"@payloadcms/live-preview-react": "3.19.0",
"@payloadcms/next": "3.19.0",
"@payloadcms/payload-cloud": "3.19.0",
"@payloadcms/plugin-form-builder": "3.19.0",
"@payloadcms/plugin-redirects": "3.19.0",
"@payloadcms/plugin-seo": "3.19.0",
"@payloadcms/richtext-lexical": "3.19.0",
"@payloadcms/storage-s3": "^3.19.0",
"@payloadcms/ui": "3.19.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-email/components": "0.0.31",
"@t3-oss/env-nextjs": "^0.11.1",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.14.0",
"graphql": "^16.9.0",
"jiti": "^2.4.1",
"jsonwebtoken": "^9.0.2",
"lexical": "0.21.0",
"lucide-react": "^0.453.0",
"nanoid": "^5.0.9",
"next": "^15.1.0",
"next-themes": "^0.3.0",
"next-turnstile": "^1.0.0",
"payload": "3.19.0",
"prism-react-renderer": "^2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.0",
"react-social-media-embed": "^2.5.17",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.17.10",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-rc.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-n": "^17.15.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-email": "3.0.4",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}