-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.97 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "starter-kit-payload-auth",
"version": "1.0.0",
"description": "Website template for Payload",
"license": "MIT",
"type": "module",
"scripts": {
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
"dev": "cross-env NODE_OPTIONS='--no-deprecation --trace-warnings' next dev",
"dev:prod": "cross-env NODE_OPTIONS=--no-deprecation rm -rf .next && pnpm build && pnpm start",
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
"ii": "cross-env NODE_OPTIONS=--no-deprecation pnpm --ignore-workspace install",
"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",
"reinstall": "cross-env NODE_OPTIONS=--no-deprecation rm -rf node_modules && rm pnpm-lock.yaml && pnpm --ignore-workspace install",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@lexical/clipboard": "0.17.0",
"@lexical/code": "0.17.0",
"@lexical/link": "0.17.0",
"@lexical/list": "0.17.0",
"@lexical/markdown": "0.17.0",
"@lexical/react": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/selection": "0.17.0",
"@lexical/utils": "0.17.0",
"@payloadcms/db-mongodb": "3.0.0-beta.110",
"@payloadcms/email-resend": "3.0.0-beta.110",
"@payloadcms/live-preview-react": "3.0.0-beta.110",
"@payloadcms/next": "3.0.0-beta.110",
"@payloadcms/plugin-form-builder": "3.0.0-beta.110",
"@payloadcms/plugin-nested-docs": "3.0.0-beta.110",
"@payloadcms/plugin-redirects": "3.0.0-beta.110",
"@payloadcms/plugin-seo": "3.0.0-beta.110",
"@payloadcms/richtext-lexical": "3.0.0-beta.110",
"@payloadcms/ui": "3.0.0-beta.110",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@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-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-email/head": "^0.0.11",
"@react-email/html": "^0.0.10",
"@react-email/preview": "^0.0.11",
"@react-email/render": "^1.0.1",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cross-env": "^7.0.3",
"embla-carousel-react": "^8.3.0",
"framer-motion": "12.0.0-alpha.1",
"geist": "^1.3.1",
"graphql": "^16.9.0",
"i18n-iso-countries": "^7.12.0",
"jsonwebtoken": "9.0.2",
"lexical": "0.17.0",
"libphonenumber-js": "^1.11.11",
"lucide-react": "^0.378.0",
"next": "15.0.0-canary.168",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.2",
"oslo": "^1.2.1",
"payload": "3.0.0-beta.110",
"posthog-js": "^1.166.1",
"prism-react-renderer": "^2.4.0",
"react": "19.0.0-rc-5dcb0097-20240918",
"react-dom": "19.0.0-rc-5dcb0097-20240918",
"react-email": "^3.0.1",
"react-hook-form": "7.45.4",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-phone-number-input": "^3.4.8",
"resend": "^4.0.0",
"sharp": "0.32.6",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.9",
"zod": "^3.23.8",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.5.7",
"@payloadcms/eslint-config": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/escape-html": "^1.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "22.5.4",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"copyfiles": "^2.4.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-canary.168",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
},
"packageManager": "[email protected]"
}