-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
115 lines (115 loc) · 3.92 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "payload-3-next-starter",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
"devsafe": "pnpm run clear:next && cross-env NODE_OPTIONS=--no-deprecation next dev",
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start",
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
"analyze": "cross-env NODE_OPTIONS=--no-deprecation ANALYZE=true next build",
"generate:types": "pnpm run clear:next && payload generate:types",
"standalone-script": "tsx ./src/scripts/standalone-script.ts",
"email:dev": "email dev --dir ./src/emails",
"clear:next": "rm -rf .next"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@auth/core": "^0.31.0",
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/lib-storage": "3.583.0",
"@headlessui/react": "^2.0.4",
"@hookform/resolvers": "^3.4.2",
"@next/bundle-analyzer": "^14.2.3",
"@payloadcms/db-mongodb": "3.0.0-beta.35",
"@payloadcms/db-postgres": "3.0.0-beta.35",
"@payloadcms/email-nodemailer": "3.0.0-beta.35",
"@payloadcms/email-resend": "3.0.0-beta.35",
"@payloadcms/live-preview": "3.0.0-beta.35",
"@payloadcms/live-preview-react": "3.0.0-beta.35",
"@payloadcms/next": "3.0.0-beta.35",
"@payloadcms/plugin-cloud-storage": "3.0.0-beta.35",
"@payloadcms/plugin-form-builder": "3.0.0-beta.35",
"@payloadcms/plugin-nested-docs": "3.0.0-beta.35",
"@payloadcms/plugin-seo": "3.0.0-beta.35",
"@payloadcms/plugin-stripe": "3.0.0-beta.35",
"@payloadcms/richtext-lexical": "3.0.0-beta.35",
"@payloadcms/richtext-slate": "3.0.0-beta.35",
"@payloadcms/storage-s3": "3.0.0-beta.35",
"@payloadcms/ui": "3.0.0-beta.35",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@react-email/components": "0.0.19",
"@stripe/stripe-js": "^3.4.1",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.1",
"lodash": "^4.17.21",
"lucide-react": "^0.379.0",
"next": "14.3.0-canary.37",
"next-auth": "5.0.0-beta.18",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.13",
"oslo": "^1.2.0",
"path-to-regexp": "^6.2.2",
"payload": "3.0.0-beta.35",
"postcss": "^8.4.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-email": "^2.1.3",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"resend": "^3.2.0",
"semver": "^7.6.2",
"server-only": "^0.0.1",
"sharp": "0.33.4",
"sonner": "^1.4.41",
"stripe": "^15.7.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"prettier": "^3.2.5",
"prettier-plugin-classnames": "^0.6.6",
"prettier-plugin-merge": "^0.6.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"ts-essentials": "^10.0.0",
"tsx": "^4.11",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"@swc/core",
"es5-ext",
"esbuild",
"sharp"
]
}