@triviality/react
Version:
Exposes triviality service container to react components
53 lines (52 loc) • 1.47 kB
JSON
{
"name": "@triviality/react",
"private": false,
"version": "1.1.5",
"description": "Exposes triviality service container to react components",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepublish": "yarn build",
"build": "tsc",
"watch": "tsc --watch",
"create-types": "ts-node src/cli/createTypes.ts",
"test": "npm-run-all clean-build build lint unit-test copy-past-detection",
"clean-build": "git clean -fdx --exclude node_modules",
"lint": "tslint --project ./",
"lint-fix": "tslint --project ./ --fix",
"security-audit": "yarn audit",
"create-readme": "ts-node ../../scripts/build_readme.ts",
"unit-test": "jest",
"unit-test-update": "jest -u",
"copy-past-detection": "jscpd"
},
"repository": {
"type": "git",
"url": "https://github.com/triviality-js/triviality.git"
},
"keywords": [
"typescript",
"react",
"triviality"
],
"author": "Eric Pinxteren",
"license": "MIT",
"bugs": {
"url": "https://github.com/triviality-js/triviality/issues"
},
"homepage": "https://github.com/triviality-js/triviality#README",
"dependencies": {
"@triviality/core": "^1.2.5",
"@types/react": "16",
"moment": "^2",
"react": "^16"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/react-test-renderer": "16",
"react-test-renderer": "16"
},
"gitHead": "247a1771f3bb64e7738065cb4f700603c128eb4f"
}