gatsby-source-sanity
Version:
Gatsby source plugin for building websites using Sanity.io as a backend.
74 lines (73 loc) • 1.97 kB
JSON
{
"name": "gatsby-source-sanity",
"description": "Gatsby source plugin for building websites using Sanity.io as a backend.",
"version": "5.0.5",
"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",
"build": "tsc && tsc -t ES5 --outDir lib-es5",
"format": "prettier --write src/**/*.{ts,tsx}",
"watch": "tsc --watch",
"prepublishOnly": "npm run build && npm test"
},
"dependencies": {
"@sanity/client": "^0.144.0",
"@sanity/image-url": "^0.140.15",
"@sanity/mutator": "^0.144.0",
"@types/url-parse": "^1.4.3",
"axios": "^0.19.0",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
"get-stream": "^5.1.0",
"lodash": "^4.17.15",
"oneline": "^1.0.2",
"pump": "^3.0.0",
"rxjs": "^6.5.3",
"split2": "^3.1.1",
"through2": "^3.0.1",
"url-parse": "^1.4.4"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/fs-extra": "^8.0.1",
"@types/graphql": "^14.5.0",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.144",
"@types/node": "^12.11.5",
"@types/pump": "^1.0.1",
"@types/split2": "^2.1.6",
"@types/through2": "^2.0.34",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-sanity": "^0.144.0",
"gatsby": "^2.18.12",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"peerDependencies": {
"gatsby": "^2.2.0"
}
}