zstoreq
Version:
zustand-query is a library that helps you to query You can cal your api and get the data and store it in zustand store
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "zstoreq",
"version": "1.0.7",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"type": "module",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "vitest"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"keywords": [
"zustand",
"query",
"zustand-query"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Nondukishor/zustand-query.git"
},
"author": "Nipu Chakraborty",
"license": "ISC",
"description": "zustand-query is a library that helps you to query You can cal your api and get the data and store it in zustand store",
"dependencies": {
"react": "^18.0.0 || ^19.0.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"jsdom": "^26.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
},
"bugs": {
"url": "https://github.com/Nondukishor/zustand-query/issues"
},
"homepage": "https://github.com/Nondukishor/zustand-query#readme"
}