-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
164 lines (164 loc) · 6.26 KB
/
Copy pathpackage.json
File metadata and controls
164 lines (164 loc) · 6.26 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "amerta",
"description": "E-commerce template for Payload",
"version": "1.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS=\"${NODE_OPTIONS} --no-deprecation\" next dev --turbo",
"stripe:webhooks": "stripe listen --forward-to localhost:3000/api/payments/stripe/webhook",
"seed:products": "cross-env NODE_ENV=development tsx data/seed-products.ts",
"prebuild": "node check-env.js",
"build:next": "cross-env NODE_OPTIONS=--no-deprecation next build --turbo",
"build": "cross-env NODE_ENV=production npm run build:next && npm run copyfiles",
"build:local": "cross-env NEXT_PUBLIC_SERVER_URL='http://localhost:3000' NODE_ALLOW_SOURCE_MAPS=true NODE_ENV=production npm run build:next && npm run copyfiles",
"eject": "npm remove next react react-dom @next/eslint-plugin-next && ts-node eject.ts",
"copyfiles": "copyfiles -u 1 \".next/static/**/*\" \".next/standalone/.next/\" && copyfiles -a \"public/**/*\" \".next/standalone/\"",
"generate:types": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:types",
"lint": "eslint src",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"generate:sitemaps": "next-sitemap --config next-sitemap.config.cjs",
"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",
"ii": "cross-env NODE_OPTIONS=--no-deprecation pnpm --ignore-workspace install",
"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 node .next/standalone/server.js",
"system:upgrade": "git fetch upstream && git reset --hard upstream/main && npm install && npm run build && echo '✅ Update Complete!' && npm start"
},
"dependencies": {
"@google-shopping/accounts": "3.2.1",
"@google-shopping/datasources": "0.11.1",
"@google-shopping/products": "0.9.0",
"@google/generative-ai": "^0.24.1",
"@headlessui/react": "^2.2.9",
"@hookform/resolvers": "^5.2.2",
"@lexical/headless": "^0.35.0",
"@lexical/html": "^0.35.0",
"@next/third-parties": "^16.0.8",
"@payloadcms/db-mongodb": "3.75.0",
"@payloadcms/email-nodemailer": "3.75.0",
"@payloadcms/live-preview-react": "3.75.0",
"@payloadcms/next": "3.75.0",
"@payloadcms/plugin-form-builder": "3.75.0",
"@payloadcms/plugin-nested-docs": "3.75.0",
"@payloadcms/plugin-redirects": "3.75.0",
"@payloadcms/plugin-search": "3.75.0",
"@payloadcms/plugin-seo": "3.75.0",
"@payloadcms/richtext-lexical": "3.75.0",
"@payloadcms/richtext-slate": "3.75.0",
"@payloadcms/ui": "3.75.0",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@simplewebauthn/browser": "13.3.0",
"@simplewebauthn/server": "13.3.1",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.1",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/nunjucks": "^3.2.6",
"@vis.gl/react-google-maps": "^1.7.1",
"@wojtekmaj/react-daterange-picker": "^7.0.0",
"arctic": "^3.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"cookie": "^1.1.1",
"cross-env": "^7.0.3",
"csv-parser": "^3.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"deepmerge": "^4.3.1",
"dotenv": "^17.2.3",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"escape-html": "^1.0.3",
"eslint-config-next": "^16.1.4",
"fast-printf": "^1.6.10",
"fast-xml-parser": "^5.3.4",
"graphql": "^16.10.0",
"headless-tooltip": "^1.2.0",
"i18next-browser-languagedetector": "^8.0.4",
"jsdom": "^27.4.0",
"jsonwebtoken": "^9.0.3",
"lexical": "^0.35.0",
"lucide-react": "^0.562.0",
"match-sorter": "^8.0.0",
"motion": "^12.4.7",
"next": "16.1.6",
"next-nprogress-bar": "^2.4.7",
"next-sitemap": "4.2.3",
"nodemailer": "^7.0.12",
"nprogress": "^0.2.0",
"nunjucks": "^3.2.4",
"payload": "3.75.0",
"prism-react-renderer": "^2.4.1",
"qs": "^6.14.1",
"radix-ui": "^1.1.3",
"react": "19.2.3",
"react-colorful": "^5.6.1",
"react-country-flag": "^3.1.0",
"react-datepicker": "^9.1.0",
"react-dom": "19.2.3",
"react-frame-component": "^5.2.7",
"react-highlight": "^0.15.0",
"react-hook-form": "^7.71.1",
"react-i18next": "^15.4.1",
"react-map-gl": "^8.1.0",
"react-use": "^17.6.0",
"recharts": "^3.6.0",
"remove": "^0.1.5",
"sharp": "^0.34.5",
"stripe": "^20.2.0",
"striptags": "^3.2.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.0.7",
"@next/eslint-plugin-next": "^16.1.4",
"@swc/core": "1.11.1",
"@types/escape-html": "^1.0.4",
"@types/express": "^5.0.0",
"@types/node": "^22.13.5",
"@types/qs": "^6.9.18",
"@types/react": "^19.0.10",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"autoprefixer": "^10.4.20",
"copyfiles": "^2.4.1",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"i18next": "^25.8.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"shx": "^0.4.0",
"slate": "0.112.0",
"speed-measure-webpack-plugin": "^1.5.0",
"tailwindcss": "^4.1.17",
"tailwindcss-radix": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.53.1"
},
"ts-node": {
"esm": true
},
"overrides": {
"fast-xml-parser": "^5.3.4"
}
}