UNPKG

reoverlay

Version:

The missing solution for managing modals in React.

49 lines (48 loc) 1.39 kB
{ "name": "gatsby-starter-default", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", "version": "0.1.0", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "dependencies": { "@svgr/webpack": "^5.4.0", "gatsby": "^2.23.10", "gatsby-plugin-react-helmet": "^3.3.5", "gatsby-plugin-sharp": "^2.6.14", "gatsby-plugin-svgr": "^2.0.2", "gatsby-source-filesystem": "^2.3.13", "gatsby-transformer-sharp": "^2.5.6", "prismjs": "^1.20.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", "react-helmet": "^6.1.0", "reoverlay": "^1.0.0-beta.3", "sharp": "^0.25.4" }, "devDependencies": { "gh-pages": "^3.1.0", "prettier": "2.0.5" }, "keywords": [ "gatsby" ], "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", "deploy": "gatsby build --prefix-paths && gh-pages -d public" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }