69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"name": "meal-planner",
|
|
"version": "1.0.0",
|
|
"description": "An example of a multi tenant application with Payload",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"_dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
|
|
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
|
|
"dev": "cross-env NODE_OPTIONS=--no-deprecation && pnpm seed && next dev",
|
|
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
|
|
"generate:schema": "payload-graphql generate:schema",
|
|
"generate:types": "payload generate:types",
|
|
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
|
|
"seed": "npm run payload migrate:fresh",
|
|
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-postgres": "^3.65.0",
|
|
"@payloadcms/db-sqlite": "3.65.0",
|
|
"@payloadcms/next": "3.65.0",
|
|
"@payloadcms/plugin-cloud-storage": "^3.65.0",
|
|
"@payloadcms/plugin-multi-tenant": "3.65.0",
|
|
"@payloadcms/richtext-lexical": "3.65.0",
|
|
"@payloadcms/storage-s3": "^3.65.0",
|
|
"@payloadcms/ui": "3.65.0",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^8.2.0",
|
|
"graphql": "^16.9.0",
|
|
"lucide-react": "^0.555.0",
|
|
"next": "^15.2.3",
|
|
"payload": "3.65.0",
|
|
"postcss": "^8.5.6",
|
|
"qs-esm": "7.0.2",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"sharp": "0.32.6",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.17"
|
|
},
|
|
"devDependencies": {
|
|
"@payloadcms/eslint-config": "^3.28.0",
|
|
"@payloadcms/graphql": "latest",
|
|
"@swc/core": "^1.6.13",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "19.0.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.0.0",
|
|
"tsx": "^4.16.2",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "5.5.2"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.2 || >=20.9.0"
|
|
}
|
|
}
|