109 lines
4.1 KiB
JSON
109 lines
4.1 KiB
JSON
{
|
|
"name": "ecommerce",
|
|
"version": "1.0.0",
|
|
"description": "Ecommerce template for Payload",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=\"--no-deprecation --max-old-space-size=8000\" next build",
|
|
"dev": "cross-env NODE_OPTIONS=--no-deprecation 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",
|
|
"stripe-webhooks": "stripe listen --forward-to localhost:3000/api/stripe/webhooks",
|
|
"test": "pnpm run test:int && pnpm run test:e2e",
|
|
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --no-experimental-strip-types\" pnpm exec playwright test",
|
|
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/admin-bar": "workspace:*",
|
|
"@payloadcms/db-mongodb": "workspace:*",
|
|
"@payloadcms/email-nodemailer": "workspace:*",
|
|
"@payloadcms/live-preview-react": "workspace:*",
|
|
"@payloadcms/next": "workspace:*",
|
|
"@payloadcms/plugin-ecommerce": "workspace:*",
|
|
"@payloadcms/plugin-form-builder": "workspace:*",
|
|
"@payloadcms/plugin-seo": "workspace:*",
|
|
"@payloadcms/richtext-lexical": "workspace:*",
|
|
"@payloadcms/translations": "workspace:*",
|
|
"@payloadcms/ui": "workspace:*",
|
|
"@radix-ui/react-accordion": "1.2.11",
|
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@stripe/react-stripe-js": "^3",
|
|
"@stripe/stripe-js": "^4.0.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"date-fns": "^4.1.0",
|
|
"dotenv": "^8.2.0",
|
|
"embla-carousel-auto-scroll": "^8.1.5",
|
|
"embla-carousel-react": "^8.5.2",
|
|
"geist": "^1.3.0",
|
|
"graphql": "^16.8.2",
|
|
"jsonwebtoken": "9.0.1",
|
|
"lucide-react": "^0.477.0",
|
|
"next": "^15.5.4",
|
|
"next-themes": "0.4.6",
|
|
"payload": "workspace:*",
|
|
"prism-react-renderer": "^2.3.1",
|
|
"qs-esm": "^7",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "7.54.1",
|
|
"sharp": "0.32.6",
|
|
"sonner": "^1.7.2",
|
|
"stripe": "18.5.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@next/eslint-plugin-next": "^15.5.4",
|
|
"@playwright/test": "1.50.0",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/postcss": "4.0.12",
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"@testing-library/react": "16.3.0",
|
|
"@types/jsonwebtoken": "^9.0.7",
|
|
"@types/node": "22.5.4",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "19.0.1",
|
|
"@vercel/git-hooks": "^1.0.0",
|
|
"@vitejs/plugin-react": "4.5.2",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "15.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"jsdom": "26.1.0",
|
|
"lint-staged": "^15.2.2",
|
|
"playwright": "1.50.0",
|
|
"playwright-core": "1.50.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"tailwindcss": "^4.0.12",
|
|
"typescript": "5.7.2",
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
"vitest": "3.2.3"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.2 || >=20.9.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|