forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 934 Bytes
/
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
{
"name": "gatsby-example-image-processing",
"private": true,
"description": "Gatsby example site demoing image processing",
"version": "1.0.0",
"author": "Florian Kissling <sechskilo@gmail.com>",
"dependencies": {
"gatsby": "^4.0.0",
"gatsby-image": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-drupal": "^4.8.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-sharp": "^2.1.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-typography": "^0.16.13",
"typography": "^0.15.8",
"typography-theme-bootstrap": "^0.15.10"
},
"keywords": [
"gatsby",
"sharp"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "npm run develop"
}
}