-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
133 lines (133 loc) · 4.99 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
{
"name": "payload-website",
"version": "1.0.4",
"private": true,
"type": "module",
"scripts": {
"fetchDocs:github": "pnpm fetchDocs:github:v2 && pnpm fetchDocs:github:v3",
"fetchDocs:github:v2": "node scripts/fetch-docs.mjs --v v2 --source github --ref 2.x --output ./src/docs/docs-v2.json",
"fetchDocs:github:v3": "node scripts/fetch-docs.mjs --v v3 --source github --ref main --output ./src/docs/docs-v3.json",
"fetchDocs:local": "pnpm fetchDocs:local:v2 && pnpm fetchDocs:local:v3",
"fetchDocs:local:v2": "node scripts/fetch-docs.mjs --v v2 --source local --ref v2 --output ./src/docs/docs-v2.json",
"fetchDocs:local:v3": "node scripts/fetch-docs.mjs --v v3 --source local --ref v3 --output ./src/docs/docs-v3.json",
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
"nodocs:build": "next build",
"build": "pnpm payload migrate && pnpm fetchDocs:github && next build",
"build:skipDocs": "next build",
"postbuild": "next-sitemap --config ./next-sitemap.config.cjs",
"analyze": "ANALYZE=true next build",
"caddy": "caddy run --config Caddyfile",
"start": "next start",
"lint": "next lint",
"prettier:fix": "prettier --write .",
"migrate-lexical-script": "payload run ./src/migrate.ts",
"migrate-posts": "payload run ./src/migrate-posts-to-lexical.ts"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@faceless-ui/collapsibles": "^2.0.0-beta.0",
"@faceless-ui/css-grid": "1.3.0-rc.0",
"@faceless-ui/modal": "3.0.0-beta.2",
"@faceless-ui/mouse-info": "2.0.0-beta.0",
"@faceless-ui/scroll-info": "2.0.0-beta.0",
"@faceless-ui/slider": "2.0.0-beta.0",
"@faceless-ui/window-info": "3.0.0-beta.0",
"@payloadcms/db-mongodb": "3.2.0",
"@payloadcms/email-nodemailer": "3.2.0",
"@payloadcms/live-preview-react": "3.2.0",
"@payloadcms/next": "3.2.0",
"@payloadcms/plugin-form-builder": "3.2.0",
"@payloadcms/plugin-nested-docs": "3.2.0",
"@payloadcms/plugin-redirects": "3.2.0",
"@payloadcms/plugin-seo": "3.2.0",
"@payloadcms/richtext-lexical": "3.2.0",
"@payloadcms/storage-vercel-blob": "3.2.0",
"@payloadcms/ui": "3.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-portal": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.3.0",
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.47.0",
"@swc/core": "^1.6.13",
"@types/escape-html": "^1.0.4",
"@types/react-dom": "^18.2.15",
"@vercel/og": "^0.0.21",
"algoliasearch": "^4.23.3",
"bson-objectid": "^2.0.4",
"cheerio": "^1.0.0-rc.12",
"cross-env": "7.0.3",
"discord-markdown": "^2.5.1",
"escape-html": "^1.0.3",
"eslint-config-next": "15.0.0-canary.104",
"flatley": "^5.2.0",
"framer-motion": "12.0.0-alpha.1",
"geist": "^1.3.1",
"graphql": "16.8.1",
"gray-matter": "^4.0.3",
"instantsearch.js": "^4.72.2",
"motion": "^11.11.17",
"next": "^15.0.2",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.0.6",
"node-cron": "^3.0.3",
"nodemailer-sendgrid": "^1.0.3",
"payload": "3.2.0",
"payload-admin-bar": "^1.0.6",
"prism-react-renderer": "^2.3.1",
"qs-esm": "7.0.2",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-animate-height": "^3.0.4",
"react-cookie": "^4.1.1",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-facebook-pixel": "^1.0.4",
"react-fast-marquee": "^1.5.2",
"react-instantsearch": "^7.11.4",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"react-transition-group": "^4.4.5",
"remark-gfm": "^4.0.0",
"sass": "^1.55.0",
"sharp": "0.32.6",
"sonner": "1.5.0",
"stripe": "^11.11.0",
"unist-util-visit": "^2.0.3",
"uuid": "10.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.2",
"@next/eslint-plugin-next": "^13.1.6",
"@octokit/types": "^9.0.0",
"@payloadcms/eslint-config": "1.1.1",
"@types/cli-progress": "^3.11.0",
"@types/node": "18.11.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"cli-progress": "^3.11.2",
"discord.js": "^14.7.1",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.7.1",
"typescript": "5.5.4"
},
"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]"
}
}