๐Ÿ“ฆ payloadcms / website

๐Ÿ“„ package.json ยท 104 lines
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{
  "name": "payload-website",
  "version": "1.0.4",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
    "generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
    "generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
    "generate:llms": "payload run src/scripts/generateLLMs.ts",
    "build": "pnpm generate:llms && pnpm payload migrate && cross-env NODE_OPTIONS=--no-deprecation next build",
    "build:skipDocs": "cross-env NODE_OPTIONS=--no-deprecation 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"
  },
  "dependencies": {
    "@docsearch/react": "^3.9.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",
    "@faceless-ui/slider": "2.0.0-beta.0",
    "@faceless-ui/window-info": "3.0.1",
    "@payloadcms/db-mongodb": "3.68.5",
    "@payloadcms/email-nodemailer": "3.68.5",
    "@payloadcms/live-preview-react": "3.68.5",
    "@payloadcms/next": "3.68.5",
    "@payloadcms/plugin-form-builder": "3.68.5",
    "@payloadcms/plugin-nested-docs": "3.68.5",
    "@payloadcms/plugin-redirects": "3.68.5",
    "@payloadcms/plugin-seo": "3.68.5",
    "@payloadcms/richtext-lexical": "3.68.5",
    "@payloadcms/storage-vercel-blob": "3.68.5",
    "@payloadcms/ui": "3.68.5",
    "@radix-ui/react-accordion": "^1.2.1",
    "@radix-ui/react-portal": "^1.1.2",
    "@radix-ui/react-tabs": "^1.1.1",
    "@stripe/react-stripe-js": "^3.1.1",
    "@stripe/stripe-js": "^1.47.0",
    "algoliasearch": "^4.23.3",
    "cheerio": "^1.0.0-rc.12",
    "cross-env": "7.0.3",
    "discord-markdown": "^2.5.1",
    "flatley": "^5.2.0",
    "framer-motion": "12.0.0-alpha.2",
    "geist": "^1.3.1",
    "graphql": "16.8.1",
    "gray-matter": "^4.0.3",
    "instantsearch.js": "^4.72.2",
    "next": "15.4.10",
    "next-sitemap": "^4.0.6",
    "node-cron": "^3.0.3",
    "nodemailer-sendgrid": "^1.0.3",
    "payload": "3.68.5",
    "prism-react-renderer": "^2.3.1",
    "qs-esm": "7.0.2",
    "react": "19.2.3",
    "react-cookie": "^4.1.1",
    "react-dom": "19.2.3",
    "react-facebook-pixel": "^1.0.4",
    "react-google-recaptcha": "^3.1.0",
    "react-instantsearch": "^7.15.3",
    "react-markdown": "^9.0.1",
    "react-select": "5.9.0",
    "react-transition-group": "^4.4.5",
    "remark-gfm": "^4.0.0",
    "sass": "^1.55.0",
    "sharp": "0.32.6",
    "sonner": "1.7.0",
    "stripe": "^11.11.0",
    "uuid": "10.0.0"
  },
  "devDependencies": {
    "@next/bundle-analyzer": "15.3.4",
    "@octokit/types": "^9.0.0",
    "@payloadcms/eslint-config": "3.28.0",
    "@payloadcms/eslint-plugin": "3.28.0",
    "@types/cli-progress": "^3.11.0",
    "@types/node": "22.10.2",
    "@types/react": "19.1.8",
    "@types/react-dom": "19.1.6",
    "@types/react-google-recaptcha": "^2.1.9",
    "cli-progress": "^3.11.2",
    "discord.js": "^14.7.1",
    "dotenv": "^16.4.7",
    "eslint": "9.22.0",
    "prettier": "3.4.2",
    "typescript": "5.7.3"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "sharp",
      "@parcel/watcher",
      "esbuild"
    ]
  }
}