next-unified-query
Version:
React hooks and components for next-unified-query-core
72 lines (71 loc) • 1.6 kB
JSON
{
"name": "next-unified-query",
"version": "0.1.5",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./react": {
"types": "./dist/react.d.ts",
"import": "./dist/react.mjs",
"require": "./dist/react.js"
}
},
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "biome lint .",
"format": "biome format . --write",
"typecheck": "tsc --noEmit"
},
"keywords": [
"next.js",
"react",
"react-query",
"tanstack-query",
"fetch",
"http-client",
"hooks",
"typescript",
"query-management",
"state-management"
],
"author": "newExpand",
"license": "MIT",
"description": "React hooks and components for next-unified-query-core",
"dependencies": {
"next-unified-query-core": "^0.1.1",
"es-toolkit": "^1.38.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.15.3",
"@types/react": "^19.1.5",
"@vitest/coverage-v8": "3.1.2",
"jsdom": "^26.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"vitest": "^3.1.2"
},
"files": ["dist", "README.md"],
"repository": {
"type": "git",
"url": "https://github.com/newExpand/next-unified-query.git",
"directory": "packages/react"
}
}