UNPKG

gatsby-plugin-modal-routing

Version:
44 lines (43 loc) 1.2 kB
{ "name": "gatsby-plugin-modal-routing", "version": "1.2.0", "description": "Gatsby plugin to enable routing of modal pages", "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", "modal", "routing" ], "author": "Lenny Sirivong <lenny@lenny-s.com> (https://lenny-s.com)", "license": "MIT", "homepage": "https://github.com/lsirivong/gatsby-plugin-modal-routing", "bugs": "https://github.com/lsirivong/gatsby-plugin-modal-routing/issues", "repository": { "url": "https://github.com/lsirivong/gatsby-plugin-modal-routing", "type": "git" }, "files": [ "/*.js", "/lib" ], "dependencies": { "@babel/runtime": "^7.0.0", "lodash": "^4.17.11", "react": "^16.8.1", "react-dom": "^16.8.1", "react-modal": "^3.8.1" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "babel-plugin-lodash": "^3.3.4", "babel-preset-gatsby-package": "^0.1.3", "cross-env": "^5.0.5" } }