80 lines
2.6 KiB
JSON
80 lines
2.6 KiB
JSON
{
|
|
"name": "midrashim",
|
|
"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 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 next lint",
|
|
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
|
|
"start": "cross-env NODE_OPTIONS=--no-deprecation next start",
|
|
"import": "cd ./import/ && tsc ./parseLibraryThingExport.ts --module esnext && node ./parseLibraryThingExport.js"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@next/env": "^15.3.1",
|
|
"@payloadcms/db-postgres": "3.31.0",
|
|
"@payloadcms/next": "3.31.0",
|
|
"@payloadcms/payload-cloud": "3.31.0",
|
|
"@payloadcms/richtext-lexical": "3.31.0",
|
|
"@radix-ui/react-dialog": "^1.1.11",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.12",
|
|
"@radix-ui/react-label": "^2.1.4",
|
|
"@radix-ui/react-popover": "^1.1.11",
|
|
"@radix-ui/react-select": "^2.2.2",
|
|
"@radix-ui/react-separator": "^1.1.4",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@radix-ui/react-tabs": "^1.1.4",
|
|
"@tailwindcss/cli": "^4.1.4",
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"framer-motion": "^12.7.4",
|
|
"graphql": "^16.8.1",
|
|
"lucide-react": "^0.488.0",
|
|
"motion": "^12.9.2",
|
|
"next": "15.2.3",
|
|
"next-themes": "^0.4.6",
|
|
"payload": "3.31.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-hook-form": "^7.56.1",
|
|
"sharp": "0.32.6",
|
|
"sonner": "^2.0.3",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tw-animate-css": "^1.2.5",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@types/node": "^22.5.4",
|
|
"@types/react": "19.0.12",
|
|
"@types/react-dom": "19.0.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "15.2.3",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.4.2",
|
|
"tailwindcss": "^4.1.4",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.2 || >=20.9.0",
|
|
"pnpm": "^9"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|