@supabase-kit/react
Version:
> Hooks by management data from supabase and fetch data by react.
91 lines (90 loc) • 2.51 kB
JSON
{
"type": "module",
"license": "MIT",
"version": "1.12.4",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./useSupabase": {
"types": "./dist/useSupabase/index.d.ts",
"import": "./dist/useSupabase/index.js",
"default": "./dist/useSupabase/index.js"
}
},
"name": "@supabase-kit/react",
"author": {
"name": "leomerida15",
"email": "dimasmerida15@gmail.com",
"url": "https://github.com/leomerida15"
},
"repository": {
"type": "git",
"url": "https://github.com/leomerida15/supabase-kit"
},
"scripts": {
"build": "bun run bunpack.build.ts",
"types": "bunx tsc --project tsconfig.build.json",
"dev": "bun --watch ./src/index.ts",
"lint": "bun run -b eslint src",
"lint:fix": "bun run -b eslint src --fix",
"test": "bun test",
"docs": "docsify serve docs",
"docs:dev": "docsify serve docs --port 3001"
},
"devDependencies": {
"@supabase/postgrest-js": "^2.95.3",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"type-fest": "^4.41.0",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.95.3",
"@tanstack/react-query": "^5.90.20"
},
"bugs": {
"url": "https://github.com/leomerida15/supabase-kit/issues"
},
"engines": {
"node": ">=20",
"bun": ">=1.3"
},
"files": [
"dist"
],
"homepage": "https://leomerida15.github.io/supabase-kit",
"husky": {
"hooks": {
"pre-commit": "dts lint"
}
},
"jest": {
"testEnvironment": "jsdom"
},
"keywords": [
"supabase",
"react",
"supabase-kit",
"@tanstack/query",
"@tanstack/react-query",
"react-query",
"supabase-react-query",
"supabase-react-hooks",
"supabase-auth",
"supabase-storage",
"supabase-storage-hooks",
"supabase-storage-react",
"supabase-storage-react-query",
"supabase-realtime",
"supabase-realtime-hooks",
"supabase-realtime-react",
"supabase-realtime-react-query",
"cache"
]
}