{ "name": "cms", "version": "1.0.0", "description": "A blank template to get started with Payload 3.0", "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", "devsafe": "rm -rf .next && 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", "lint": "cross-env NODE_OPTIONS=--no-deprecation eslint .", "payload": "cross-env NODE_OPTIONS=--no-deprecation payload", "start": "cross-env NODE_OPTIONS=--no-deprecation next start", "test": "bun run test:int && bun run test:e2e", "test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --import=tsx/esm\" playwright test --config=playwright.config.ts", "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { "@donauschwaben/types": "workspace:*", "@payloadcms/db-postgres": "3.84.1", "@payloadcms/next": "3.84.1", "@payloadcms/richtext-lexical": "3.84.1", "@payloadcms/translations": "^3.84.1", "@payloadcms/ui": "3.84.1", "cross-env": "^7.0.3", "dotenv": "16.4.7", "graphql": "^16.8.1", "next": "16.2.3", "payload": "3.84.1", "react": "19.2.4", "react-dom": "19.2.4", "sharp": "0.34.2", "slugify": "^1.6.9" }, "devDependencies": { "@playwright/test": "1.58.2", "@testing-library/react": "16.3.0", "@types/node": "22.19.9", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "4.5.2", "eslint": "^9.16.0", "eslint-config-next": "16.2.3", "jsdom": "28.0.0", "prettier": "^3.4.2", "tsx": "4.21.0", "typescript": "5.7.3", "vite-tsconfig-paths": "6.0.5", "vitest": "4.0.18" } }