UNPKG

gatsby-source-sanity

Version:

Gatsby source plugin for building websites using Sanity.io as a backend.

81 lines (80 loc) 2.08 kB
{ "name": "gatsby-source-sanity", "description": "Gatsby source plugin for building websites using Sanity.io as a backend.", "version": "1.0.1", "author": "Sanity.io <hello@sanity.io>", "contributors": [ { "name": "Henrique Cavalieri", "email": "henrique@kaordica.com.br" } ], "engines": { "node": ">=8.0.0" }, "repository": "https://github.com/sanity-io/gatsby-source-sanity", "homepage": "https://github.com/sanity-io/gatsby-source-sanity#readme", "license": "MIT", "bugs": { "url": "https://github.com/sanity-io/gatsby-source-sanity/issues" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-source-plugin" ], "main": "index.js", "scripts": { "test": "jest", "clean": "rm -f gatsby-node.*", "precommit": "tsc && npm test", "build": "tsc", "format": "prettier --write src/**/*.{ts,tsx}", "watch": "tsc --watch", "prepublishOnly": "tsc && npm test" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "dependencies": { "@sanity/client": "^0.138.0", "@sanity/image-url": "^0.138.0", "@sanity/mutator": "^0.138.0", "axios": "^0.18.0", "debug": "^4.1.0", "easygraphql-mock": "^0.1.7", "flatted": "^2.0.0", "fs-extra": "^7.0.1", "graphql-tools": "^3.0.4", "lodash": "^4.17.11", "pump": "^3.0.0", "rxjs": "^6.3.3", "split2": "^3.1.0", "through2": "^3.0.0" }, "devDependencies": { "@types/debug": "^0.0.31", "@types/fs-extra": "^5.0.4", "@types/graphql": "^14.0.3", "@types/jest": "^23.3.12", "@types/lodash": "^4.14.119", "@types/node": "^10.0.0", "@types/pump": "^1.0.1", "@types/split2": "^2.1.6", "@types/through2": "^2.0.34", "eslint": "^5.10.0", "eslint-config-prettier": "^3.3.0", "eslint-config-sanity": "^0.138.0", "husky": "^1.2.1", "jest": "^23.6.0", "prettier": "^1.15.3", "pretty-quick": "^1.8.0", "ts-jest": "^23.10.5", "typescript": "^3.2.2" }, "peerDependencies": { "gatsby": "^2.0.0" } }