Files
payloadcms/test/package.json
2025-10-07 23:47:52 +02:00

123 lines
4.2 KiB
JSON

{
"name": "tbsh-cms-test-suite",
"version": "0.0.1",
"private": true,
"description": "Payload test suite",
"repository": {
"url": "https://github.com/tabshift/payloadcms.git"
},
"maintainers": [
{
"name": "Tabshift",
"email": "developer@tabshift.dev",
"url": "https://tabshift.dev"
}
],
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--no-deprecation node ./dev.js",
"test": "pnpm -C \"../\" run test",
"test:e2e": "pnpm -C \"../\" run test:e2e",
"test:int": "pnpm -C \"../\" run test:int",
"typecheck": "pnpm turbo build --filter payload-test-suite && tsc --project tsconfig.typecheck.json"
},
"lint-staged": {
"**/package.json": "sort-package-json",
"*.{md,mdx,yml,json}": "prettier --write",
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --cache --fix"
],
"templates/website/**/*": "sh -c \"cd templates/website; pnpm install --ignore-workspace --frozen-lockfile; pnpm run lint --fix\"",
"tsconfig.json": "node scripts/reset-tsconfig.js"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.614.0",
"@azure/storage-blob": "^12.11.0",
"@date-fns/tz": "1.2.0",
"@miniflare/d1": "2.14.4",
"@miniflare/shared": "2.14.4",
"@next/env": "15.4.4",
"@sentry/nextjs": "^8.33.1",
"@sentry/react": "^7.77.0",
"@stripe/react-stripe-js": "3.7.0",
"@stripe/stripe-js": "7.3.1",
"@tabshiftcms/admin-bar": "workspace:*",
"@tabshiftcms/db-d1-sqlite": "workspace:*",
"@tabshiftcms/db-mongodb": "workspace:*",
"@tabshiftcms/db-postgres": "workspace:*",
"@tabshiftcms/db-sqlite": "workspace:*",
"@tabshiftcms/db-vercel-postgres": "workspace:*",
"@tabshiftcms/drizzle": "workspace:*",
"@tabshiftcms/email-nodemailer": "workspace:*",
"@tabshiftcms/email-resend": "workspace:*",
"@tabshiftcms/eslint-config": "workspace:*",
"@tabshiftcms/eslint-plugin": "workspace:*",
"@tabshiftcms/graphql": "workspace:*",
"@tabshiftcms/live-preview": "workspace:*",
"@tabshiftcms/live-preview-react": "workspace:*",
"@tabshiftcms/next": "workspace:*",
"@tabshiftcms/payload-cloud": "workspace:*",
"@tabshiftcms/plugin-cloud-storage": "workspace:*",
"@tabshiftcms/plugin-ecommerce": "workspace:*",
"@tabshiftcms/plugin-form-builder": "workspace:*",
"@tabshiftcms/plugin-import-export": "workspace:*",
"@tabshiftcms/plugin-multi-tenant": "workspace:*",
"@tabshiftcms/plugin-nested-docs": "workspace:*",
"@tabshiftcms/plugin-redirects": "workspace:*",
"@tabshiftcms/plugin-search": "workspace:*",
"@tabshiftcms/plugin-sentry": "workspace:*",
"@tabshiftcms/plugin-seo": "workspace:*",
"@tabshiftcms/plugin-stripe": "workspace:*",
"@tabshiftcms/richtext-lexical": "workspace:*",
"@tabshiftcms/richtext-slate": "workspace:*",
"@tabshiftcms/sdk": "workspace:*",
"@tabshiftcms/storage-azure": "workspace:*",
"@tabshiftcms/storage-gcs": "workspace:*",
"@tabshiftcms/storage-s3": "workspace:*",
"@tabshiftcms/storage-uploadthing": "workspace:*",
"@tabshiftcms/storage-vercel-blob": "workspace:*",
"@tabshiftcms/translations": "workspace:*",
"@tabshiftcms/ui": "workspace:*",
"@types/jest": "29.5.12",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"better-sqlite3": "11.10.0",
"comment-json": "^4.2.3",
"create-tbsh-cms-app": "workspace:*",
"csv-parse": "^5.6.0",
"dequal": "2.0.3",
"dotenv": "16.4.7",
"drizzle-kit": "0.31.4",
"drizzle-orm": "0.44.2",
"escape-html": "1.0.3",
"eslint-plugin-playwright": "2.2.0",
"execa": "5.1.1",
"file-type": "19.3.0",
"http-status": "2.1.0",
"jest": "29.7.0",
"jwt-decode": "4.0.0",
"mongoose": "8.15.1",
"next": "15.4.4",
"nodemailer": "6.9.16",
"object-to-formdata": "4.5.1",
"pg": "8.16.3",
"qs-esm": "7.0.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"sass": "1.77.4",
"server-only": "^0.0.1",
"sharp": "0.32.6",
"slate": "0.91.4",
"tbsh-cms": "workspace:*",
"tempy": "^1.0.1",
"ts-essentials": "10.0.3",
"typescript": "5.7.3",
"uuid": "10.0.0"
},
"pnpm": {
"neverBuiltDependencies": []
}
}