UNPKG

@ldhop/react

Version:

Follow your nose through linked data resources - for React

53 lines (52 loc) 1.25 kB
{ "name": "@ldhop/react", "version": "1.0.0-alpha.0", "description": "Follow your nose through linked data resources - for React", "keywords": [ "query", "linked data", "linkeddata", "rdf", "react" ], "homepage": "https://github.com/ldhop/ldhop/tree/main/packages/react", "repository": { "type": "git", "url": "https://github.com/ldhop/ldhop.git" }, "bugs": { "url": "https://github.com/ldhop/ldhop/issues" }, "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "buildFresh": "rm -rf dist && yarn build", "prepublishOnly": "yarn buildFresh", "prepare": "yarn buildFresh", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "dependencies": { "@ldhop/core": "^1.0.0-alpha.0", "@types/lodash": "^4.17.0", "lodash": "^4.17.21" }, "devDependencies": { "@tanstack/react-query": "^5.28.4", "@types/react": "^18.2.64", "react": "^18.2.0" }, "peerDependencies": { "@tanstack/react-query": ">=5", "react": ">=18" }, "gitHead": "9d80fcff6c9cdd646d9b58c713b75104fcef55d7" }