Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com> Co-authored-by: Alessio Gravili <alessio@gravili.de> Co-authored-by: PatrikKozak <patrik@trbl.design> Co-authored-by: Lucas Blancas <lablancas@gmail.com> Co-authored-by: Stef Gootzen <37367280+stefgootzen@users.noreply.github.com> Co-authored-by: Jarrod Flesch <30633324+JarrodMFlesch@users.noreply.github.com> Co-authored-by: Jessica Chowdhury <67977755+JessChowdhury@users.noreply.github.com> Co-authored-by: PatrikKozak <35232443+PatrikKozak@users.noreply.github.com> Co-authored-by: Greg Willard <Wickett06@gmail.com> Co-authored-by: James Mikrut <james@payloadcms.com> Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com> Co-authored-by: Elliot DeNolf <denolfe@gmail.com> fix: WhereBuilder component does not accept all valid Where queries (#3087) fix: passes in height to resizeOptions upload option to allow height resize (#3171)
31 lines
791 B
JSON
31 lines
791 B
JSON
{
|
|
"name": "@payloadcms/db-postgres",
|
|
"version": "0.0.1",
|
|
"description": "The officially supported Postgres database adapter for Payload",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/payloadcms/payload",
|
|
"author": "Payload CMS, Inc.",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"peerDependencies": {
|
|
"better-sqlite3": "^8.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@libsql/client": "^0.3.1",
|
|
"drizzle-kit": "^0.19.13-a511135",
|
|
"drizzle-orm": "^0.28.0",
|
|
"pg": "^8.11.1",
|
|
"prompts": "^2.4.2",
|
|
"to-snake-case": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.10.2",
|
|
"@types/to-snake-case": "^1.0.0",
|
|
"better-sqlite3": "^8.5.0",
|
|
"payload": "payloadcms/payload#build/chore/update-2.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|