UNPKG

gatsby-plugin-portal

Version:

Plugin to add a div element to the root html file for use by react portal.

40 lines (39 loc) 1.07 kB
{ "name": "gatsby-plugin-portal", "version": "1.0.7", "description": "Plugin to add a div element to the root html file for use by react portal.", "main": "index.js", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "watch": "babel -w src --out-dir . --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build" }, "keywords": [ "gatsby", "gatsby-plugin", "portal", "react-portal" ], "author": "Paul Whitaker", "bugs": { "url": "https://github.com/paulwhitaker/gatsby-plugin-portal/issues" }, "homepage": "https://github.com/paulwhitaker/gatsby-plugin-portal/blob/master/README.md", "repository": { "type": "git", "url": "https://github.com/paulwhitaker/gatsby-plugin-portal" }, "license": "MIT", "dependencies": { "@babel/runtime": "^7.3.1" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "babel-preset-gatsby-package": "^0.1.3", "cross-env": "^5.1.4" }, "peerDependencies": { "gatsby": "^2.0.0" } }