-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2.03 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
{
"name": "gatsby-example-image-gallery",
"private": true,
"description": "Gatsby example site: image gallery",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-graphql-utils": "^1.0.0-alpha11-alpha.509175e4",
"gatsby-link": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-parser-json": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-parser-remark": "^1.0.0-alpha12",
"gatsby-parser-sharp": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-plugin-glamor": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-plugin-google-analytics": "^1.0.0-alpha12-alpha.4af3700e",
"gatsby-plugin-manifest": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-plugin-offline": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-plugin-sharp": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-source-filesystem": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-typegen-filesystem": "1.0.0-alpha12-alpha.4af3700e",
"gatsby-typegen-remark": "next",
"gatsby-typegen-remark-prismjs": "^1.0.0-alpha12",
"gatsby-typegen-remark-responsive-image": "^1.0.0-alpha12",
"gatsby-typegen-sharp": "1.0.0-alpha12-alpha.4af3700e",
"instagram-screen-scrape": "^2.0.0",
"lodash": "^4.16.4",
"mkdirp": "^0.5.1",
"mousetrap": "^1.6.0",
"progress": "^1.1.8",
"react-gravatar": "^2.6.1",
"react-icons": "^2.2.3",
"react-modal": "^1.6.5",
"react-typography": "^0.15.0",
"request": "^2.79.0",
"slug": "^0.9.1",
"typeface-space-mono": "^0.0.22",
"typography": "^0.15.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"fetch": "node fetchSheet.js && node fetchImage.js && node fetchFacebook.js",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "npm run fetch && gatsby develop",
"build": "npm run fetch && gatsby build && node copyAssets.js",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
}
}