-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "gridsome-source-sanity",
"version": "1.2.0",
"description": "Sanity.io source for Gridsome",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"gridsome",
"gridsome-plugin",
"gridsome-source",
"sanity"
],
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/client": "^2.19.0",
"axios": "^0.22.0",
"debug": "^4.3.2",
"graphql": "^15.6.1",
"lodash": "^4.17.21",
"oneline": "^1.0.3",
"pump": "^3.0.0",
"split2": "^3.2.2",
"through2": "^3.0.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-sanity": "^5.1.0",
"prettier": "^2.4.1"
},
"peerDependencies": {
"gridsome": ">=0.7.1"
},
"prettier": {
"useTabs": false,
"singleQuote": true,
"trailingComma": "none",
"semi": false,
"printWidth": 100,
"bracketSpacing": false
}
}