UNPKG

gatsby-plugin-playground

Version:
35 lines (34 loc) 985 B
{ "name": "gatsby-plugin-playground", "version": "1.0.6", "description": "A gatsby plugin to use Prisma Playground", "main": "gatsby-node.js", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build" }, "keywords": [ "gatsby", "gatsby-plugin", "graphql", "playground" ], "author": "Osamah Aldoaiss <osamah@aldoaiss.de>", "license": "ISC", "homepage": "https://github.com/Saifadin/gatsby-plugin-playground#readme", "repository": "https://github.com/Saifadin/gatsby-plugin-playground", "bugs": { "url": "https://github.com/Saifadin/gatsby-plugin-playground/issues" }, "dependencies": { "@babel/runtime": "^7.0.0", "graphql-playground-middleware-express": "^1.7.8", "lodash": "^4.17.10" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "babel-preset-gatsby-package": "^0.1.3", "cross-env": "^5.2.0" } }