-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
62 lines (62 loc) · 1.53 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gatsby-plugin-sanity-image",
"version": "0.13.5",
"description": "Gatsby plugin providing easy responsive behavior for Sanity-hosted images",
"keywords": [
"sanity",
"sanity-image",
"gatsby",
"gatsby-plugin",
"gatsby-image",
"image-url",
"lazy-loading",
"srcset",
"lqip",
"react",
"graphql"
],
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/coreyward/gatsby-plugin-sanity-image",
"author": "Corey Ward <[email protected]>",
"license": "MPL-2.0",
"files": [
"index.js",
"index.d.ts",
"gatsby-node.js"
],
"dependencies": {
"@emotion/react": "^11.10.0",
"@sanity/image-url": "^1.0.1"
},
"peerDependencies": {
"gatsby": "^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"esbuild": "^0.13.8",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"typescript": "^4.4.4"
},
"resolutions": {
"chokidar": "^3.4.0"
},
"scripts": {
"prebuild": "tsc",
"build": "node ./build.js"
}
}