-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "gatsby-plugin-image-with-art-direction",
"version": "1.0.0",
"description": "A experiment using Gatsby Image and 'withArtDirection'",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaulieScanlon/gatsby-plugin-image-with-art-direction.git"
},
"author": "Paul Scanlon",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaulieScanlon/gatsby-plugin-image-with-art-direction/issues"
},
"homepage": "https://github.com/PaulieScanlon/gatsby-plugin-image-with-art-direction#readme",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.2.1",
"gatsby-plugin-gatsby-cloud": "^2.2.0",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-mdx": "^2.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-plugin-theme-ui": "^0.6.2",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"theme-ui": "^0.6.2"
}
}