package.json
{
"name": "link-redux",
"version": "3.0.0-30",
"description": "React library to make rendering linked data easy",
"sideEffects": false,
"repository": "https://github.com/rescribet/link-redux.git",
"scripts": {
"build": "./node_modules/.bin/pika build",
"doc": "rm -rf dist/docs/* && typedoc --tsconfig tsconfig-types.json --exclude **/*.spec.ts --excludeExternals --excludePrivate --mode file --theme minimal --target ES6 --includeDeclarations --out dist/docs/ src/",
"doc:deploy": "gh-pages -d ./dist/docs",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"prebuild": "rm -rf dist/*",
"prepublish": "npm run build",
"pretest": "npm run lint",
"test": "jest --coverage -w 2",
"version": "npm run build"
},
"author": "Thom van Kalkeren <thom@argu.co>",
"license": "LGPL-3.0",
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg",
{
"exclude": [
"jest.config.js",
"__tests__/**/*"
]
}
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
]
]
},
"peerDependencies": {
"@ontologies/core": ">= 2.0.0",
"base64-arraybuffer": "^1.0.1",
"hoist-non-react-statics": ">=3.x",
"http-status-codes": ">= 1.x",
"link-lib": ">=3.0.0-5",
"prop-types": ">= 15.x",
"react": ">= 16.10.x"
},
"devDependencies": {
"@babel/preset-react": "^7.9.4",
"@ontola/memoized-hash-factory": "^2.1.0",
"@ontologies/as": "^2.0.0",
"@ontologies/core": "^2.0.2",
"@ontologies/ld": "^2.0.0",
"@ontologies/owl": "^2.0.0",
"@ontologies/rdf": "^2.0.0",
"@ontologies/rdfs": "^2.0.1",
"@ontologies/schema": "^2.0.0",
"@ontologies/shacl": "^2.0.0",
"@ontologies/xsd": "^2.0.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.8.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.8.1",
"@rdfdev/iri": "^1.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^7.0.2",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^27.0.2",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"base64-arraybuffer": "^1.0.1",
"can-ndjson-stream": "^1.0.2",
"core-js": "^3.6.4",
"gh-pages": "^2.0.1",
"hextuples": "^2.0.0",
"hoist-non-react-statics": "^3.3.2",
"http-status-codes": "1.x",
"jest": "^27.3.0",
"link-lib": "4.0.0-dev.0e84ac201c9cf1569ecdae1baf8e6330e2e052f2.0",
"n-quads-parser": "^2.1.0",
"prop-types": "^15.x",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"tslint": "^5.20.0",
"tslint-react": "^4.1.0",
"type-zoo": "^3.4.1",
"typedoc": "^0.15.0",
"typescript": "^4.3.5",
"whatwg-fetch": "^3.0.0",
"whatwg-url": "^7.0.0"
},
"babel": {
"presets": [
"@babel/preset-typescript"
]
},
"packageManager": "yarn@3.2.1"
}