UNPKG

react-navi-helmet-async

Version:

Use react-helmet-async to render your Navi routes' title and head.

69 lines (68 loc) 1.85 kB
{ "name": "react-navi-helmet-async", "version": "0.15.0", "description": "Use react-helmet-async to render your Navi routes' title and head.", "author": "James K Nelson <james@jamesknelson.com>", "license": "MIT", "main": "dist/commonjs/index.js", "module": "dist/es/index.js", "types": "dist/types/index.d.ts", "scripts": { "clean": "rimraf dist", "build:commonjs": "tsc --pretty --module commonjs --outDir dist/commonjs", "build:es": "tsc --pretty --module es2015 --outDir dist/es", "build:types": "tsc --pretty --declaration --emitDeclarationOnly --outDir dist/types --isolatedModules false", "build": "yarn run clean && yarn build:es && yarn build:commonjs && yarn build:types", "build:watch": "yarn run clean && yarn build:es -- --watch", "prepare": "yarn build && yarn test", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "navi", "navigation", "react", "router", "routing", "helmet", "head" ], "peerDependencies": { "navi": "^0.14.0", "react": "^16.8.0", "react-navi": "^0.14.0" }, "dependencies": { "@types/react-helmet": "^5.0.8", "react-helmet-async": "^1.0.2" }, "devDependencies": { "navi": "^0.15.0", "react-navi": "^0.15.0" }, "homepage": "https://frontarm.com/navi/", "repository": { "type": "git", "url": "https://github.com/frontarm/navi.git" }, "jest": { "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testEnvironment": "jsdom", "moduleFileExtensions": [ "js", "json", "jsx", "ts", "tsx" ], "preset": "ts-jest", "testMatch": null, "globals": { "ts-jest": { "babelConfig": null, "diagnostics": false } } }, "gitHead": "45859a7c8252331784e8c302004be8cca9759226" }