UNPKG

gatsby-background-image-preact

Version:

(preact-fork) Lazy-loading React background-image component with optional support for the blur-up effect.

55 lines (54 loc) 1.66 kB
{ "name": "gatsby-background-image-preact", "description": "(preact-fork) Lazy-loading React background-image component with optional support for the blur-up effect.", "version": "1.1.2-alpha.1", "author": "Tim Hagn <mail@timhagn.com>", "contributors": [ "Tim Hagn <mail@timhagn.com>", "Kyle Mathews <mathews.kyle@gmail.com>" ], "bugs": { "url": "https://github.com/timhagn/gatsby-background-image/issues" }, "dependencies": { "@babel/runtime": "7.11.2", "filter-invalid-dom-props": "^2.0.0", "global": "^4.4.0", "short-uuid": "^3.1.1", "sort-media-queries": "^0.2.2" }, "peerDependencies": { "react": "16.x", "react-dom": "16.x" }, "homepage": "https://github.com/timhagn/gatsby-background-image/tree/master/packages/gatsby-background-image#readme", "keywords": [ "gatsby", "gatsby-component", "gatsby-image", "background-image", "backgroundImage", "background", "image", "react-component" ], "license": "MIT", "main": "./index.js", "files": [ "/index.js", "/index.d.ts", "/gatsby-node.js", "/gatsby-browser.js", "lib" ], "repository": "https://github.com/timhagn/gatsby-background-image/tree/master/packages/gatsby-background-image", "scripts": { "build": "npm run format && babel src --out-dir . --ignore **/__tests__", "format": "prettier --write \"src/*.js\"", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__", "test": "jest -i", "test:update": "jest -i -u --coverage" }, "gitHead": "5da05da74f62f728d7ee31f2fefb1bd392d203eb" }