Files
30-seconds-of-code/node_modules/gatsby-graphiql-explorer/package.json
2019-08-20 15:52:05 +02:00

84 lines
2.8 KiB
JSON

{
"_from": "gatsby-graphiql-explorer@^0.2.3",
"_id": "gatsby-graphiql-explorer@0.2.3",
"_inBundle": false,
"_integrity": "sha512-SwZZ79V5TPxWP44bJTP3x4XvJH6mHDXoMTKO4RAhUygN0CtPSOfdedEWfEexDmteJyBYsu3kQzsI8h6qhbbSzg==",
"_location": "/gatsby-graphiql-explorer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-graphiql-explorer@^0.2.3",
"name": "gatsby-graphiql-explorer",
"escapedName": "gatsby-graphiql-explorer",
"rawSpec": "^0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.3.tgz",
"_shasum": "fdfc6c1b8b5019df57aad025badb552e3141f6e4",
"_spec": "gatsby-graphiql-explorer@^0.2.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": "",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"deprecated": false,
"description": "GraphiQL IDE with custom features for Gatsby users",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.0.5",
"css-loader": "^1.0.0",
"graphiql": "^0.13.2",
"graphiql-explorer": "^0.4.3",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.21.0",
"webpack-cli": "^3.3.2",
"whatwg-fetch": "^3.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "e900ae106a535668d46fa68bc118af9381595653",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-graphiql-explorer#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-graphiql-explorer",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-graphiql-explorer"
},
"scripts": {
"build": "npm-run-all --parallel build:app build:babel",
"build:app": "webpack --config ./src/app/webpack.config.js",
"build:babel": "babel src/index.js --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm-run-all --parallel watch:app watch:babel",
"watch:app": "npm run build:app -- --watch",
"watch:babel": "npm run build:babel -- --watch"
},
"version": "0.2.3"
}