-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.96 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.96 KB
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
{
"name": "cte-wbl-hub",
"version": "1.0.0",
"description": "Website template for Payload",
"license": "MIT",
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"dev:prod": "rm -rf .next && pnpm build && pnpm start",
"generate:importmap": "payload generate:importmap",
"generate:types": "payload generate:types",
"ii": "pnpm --ignore-workspace install",
"lint": "next lint",
"lint:fix": "next lint --fix",
"payload": "payload",
"reinstall": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm --ignore-workspace install",
"start": "next start"
},
"dependencies": {
"@lexical/react": "0.21.0",
"@lexical/utils": "0.21.0",
"@payloadcms/db-postgres": "3.17.1",
"@payloadcms/live-preview-react": "3.17.1",
"@payloadcms/next": "3.17.1",
"@payloadcms/plugin-form-builder": "3.17.1",
"@payloadcms/plugin-nested-docs": "3.17.1",
"@payloadcms/plugin-redirects": "3.17.1",
"@payloadcms/plugin-search": "3.17.1",
"@payloadcms/plugin-seo": "3.17.1",
"@payloadcms/richtext-lexical": "3.17.1",
"@payloadcms/storage-s3": "3.17.1",
"@payloadcms/ui": "3.17.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"geist": "^1.3.1",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2",
"lexical": "0.21.0",
"lucide-react": "^0.473.0",
"next": "15.1.5",
"next-themes": "^0.4.4",
"payload": "3.17.1",
"payload-admin-bar": "^1.0.6",
"payload-oauth2": "^1.0.9",
"prism-react-renderer": "^2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.2",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.1.5",
"@payloadcms/eslint-config": "^3.9.0",
"@tailwindcss/typography": "^0.5.16",
"@types/escape-html": "^1.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"fluid-tailwind": "^1.0.4",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}