UNPKG

1.99 kBJSONView Raw
1{
2 "name": "gatsby-source-sanity",
3 "description": "Gatsby source plugin for building websites using Sanity.io as a backend.",
4 "version": "6.0.4",
5 "author": "Sanity.io <hello@sanity.io>",
6 "contributors": [
7 {
8 "name": "Henrique Doro",
9 "email": "opensource@hdoro.dev"
10 }
11 ],
12 "engines": {
13 "node": ">=8.0.0"
14 },
15 "repository": "https://github.com/sanity-io/gatsby-source-sanity",
16 "homepage": "https://github.com/sanity-io/gatsby-source-sanity#readme",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/sanity-io/gatsby-source-sanity/issues"
20 },
21 "keywords": [
22 "gatsby",
23 "gatsby-plugin",
24 "gatsby-source-plugin"
25 ],
26 "main": "index.js",
27 "types": "lib-es5/index.d.ts",
28 "scripts": {
29 "test": "jest",
30 "build": "tsc && tsc -t ES5 --outDir lib-es5",
31 "format": "prettier --write src/**/*.{ts,tsx}",
32 "watch": "tsc --watch",
33 "prepublishOnly": "npm run build && npm test"
34 },
35 "dependencies": {
36 "@sanity/client": "^1.149.16",
37 "@sanity/image-url": "^0.140.19",
38 "@sanity/mutator": "^1.149.16",
39 "@types/url-parse": "^1.4.3",
40 "axios": "^0.19.2",
41 "debug": "^4.1.0",
42 "fs-extra": "^9.0.1",
43 "get-stream": "^5.1.0",
44 "lodash": "^4.17.15",
45 "oneline": "^1.0.2",
46 "pump": "^3.0.0",
47 "rxjs": "^6.5.5",
48 "split2": "^3.1.1",
49 "through2": "^3.0.1",
50 "url-parse": "^1.4.4"
51 },
52 "devDependencies": {
53 "@types/debug": "^4.1.5",
54 "@types/fs-extra": "^9.0.1",
55 "@types/graphql": "^14.5.0",
56 "@types/jest": "^26.0.0",
57 "@types/lodash": "^4.14.155",
58 "@types/node": "^14.0.13",
59 "@types/pump": "^1.0.1",
60 "@types/split2": "^2.1.6",
61 "@types/through2": "^2.0.36",
62 "eslint": "^7.2.0",
63 "eslint-config-prettier": "^6.11.0",
64 "eslint-config-sanity": "^1.149.16",
65 "gatsby": "^2.23.4",
66 "jest": "^26.0.1",
67 "prettier": "^2.0.5",
68 "ts-jest": "^26.1.0",
69 "typescript": "^3.9.5"
70 },
71 "peerDependencies": {
72 "gatsby": "^2.2.0"
73 }
74}