@supabase-cache-helpers/postgrest-react-query
Version:
A collection of React Query utilities for working with Supabase.
70 lines • 1.94 kB
JSON
{
"name": "@supabase-cache-helpers/postgrest-react-query",
"version": "1.13.4",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
"url": "https://github.com/psteinroe/supabase-cache-helpers/issues"
},
"type": "module",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"license": "MIT",
"keywords": [
"Supabase",
"PostgREST",
"Cache",
"Tanstack Query",
"React Query"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
"directory": "packages/postgrest-react-query"
},
"peerDependencies": {
"@supabase/postgrest-js": "^1.19.4",
"@tanstack/react-query": "^4.0.0 || ^5.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@supabase/postgrest-js": "1.19.4",
"@supabase/supabase-js": "2.49.4",
"@testing-library/react": "16.3.0",
"@types/flat": "5.0.2",
"@types/react": "19.1.2",
"@vitest/coverage-istanbul": "^3.0.0",
"dotenv": "16.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vitest": "3.1.1",
"@supabase-cache-helpers/tsconfig": "0.0.0"
},
"dependencies": {
"flat": "6.0.1",
"@supabase-cache-helpers/postgrest-core": "0.12.1"
},
"scripts": {
"build": "tsup",
"test": "vitest --coverage --no-file-parallelism --dangerouslyIgnoreUnhandledErrors",
"clean": "rm -rf .turbo && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
"typecheck": "tsc --pretty --noEmit"
}
}