UNPKG

@nacelle/react-hooks

Version:

Custom convenience hooks for use when building apps with Nacelle

66 lines (65 loc) 1.44 kB
{ "name": "@nacelle/react-hooks", "version": "8.0.0", "description": "Custom convenience hooks for use when building apps with Nacelle", "main": "build/index.js", "module": "build/index.es.js", "files": [ "build" ], "scripts": { "prebuild": "rimraf ./build", "precommit": "lint-staged", "build": "rollup -c", "test": "jest ./src --watch", "test:ci": "jest ./src --runInBand --coverage", "lint": "eslint ./src" }, "keywords": [ "react", "nacelle", "hooks", "nextjs", "gatsby", "jamstack" ], "author": "Nacelle Dev Team", "license": "ISC", "peerDependencies": { "react": ">=16.12.0" }, "devDependencies": { "@nacelle/react-dev-utils": "^8.0.0", "@nacelle/types": "^3.0.0", "eslint": "^7.6.0", "jest": "^26.3.0", "lint-staged": "^10.2.11", "rimraf": "^3.0.2", "rollup": "^2.23.1", "tslib": "^2.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/getnacelle/nacelle-react.git" }, "bugs": { "url": "https://github.com/getnacelle/nacelle-react/issues" }, "lint-staged": { "src/**/*.(js|ts|tsx)": [ "prettier --write", "eslint", "git add" ], "*{json, md}": [ "prettier --write" ] }, "gitHead": "c9b99a2e6d8c374cb7e302e169fb4670bdf19f5f", "publishConfig": { "access": "public" }, "dependencies": { "idb-keyval": "^5.1.3" } }