UNPKG

react-slips-hook

Version:

Display and layer pages as slips in Gatsby

55 lines (54 loc) 1.28 kB
{ "name": "react-slips-hook", "version": "0.7.0", "description": "Display and layer pages as slips in Gatsby", "main": "lib/index.js", "scripts": { "build": "npm run clean && tsc -p ./tsconfig.json", "watch": "npm run build -- --watch", "clean": "rm -rf lib", "prepublishOnly": "npm run build", "test": "jest" }, "keywords": [ "react", "hook", "stacked notes", "zettelkasten", "zettel", "slips", "cards" ], "files": [ "lib" ], "author": "Kerry Snyder <kerry@atmanaut.me>", "contributors": [ "Mathieu Dutour <mathieu@dutour.me>" ], "repository": { "url": "https://github.com/krry/react-slips-hook", "directory": "packages/react-slips-hook" }, "license": "MIT", "peerDependencies": { "gatsby": "*", "react": "*" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/lodash.isequal": "^4.5.5", "@types/lodash.throttle": "^4.1.6", "@types/react": "^17.0.27", "@types/react-dom": "^17.0.9", "gatsby": "^3.14.2", "react": "^17.0.2", "react-dom": "^17.0.2" }, "dependencies": { "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", "typescript": "^4.4.3" }, "gitHead": "dca097cbcafeba53c39004fc93cd718113b542e5" }