-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"autosuggest-highlight": "^3.1.1",
"elasticsearch": "^14.0.0",
"gatsby": "^1.9.119",
"gatsby-image": "^1.0.24",
"gatsby-link": "^1.6.28",
"gatsby-plugin-catch-links": "^1.0.9",
"gatsby-plugin-manifest": "^1.0.8",
"gatsby-plugin-nprogress": "^1.0.7",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^2.0.1",
"gatsby-plugin-sharp": "^1.6.21",
"gatsby-remark-copy-linked-files": "^1.5.21",
"gatsby-remark-images": "^1.5.32",
"gatsby-remark-responsive-iframe": "^1.4.14",
"gatsby-source-filesystem": "^1.5.8",
"gatsby-transformer-remark": "^1.7.21",
"gatsby-transformer-sharp": "^1.6.14",
"jshint": "^2.9.5",
"material-ui": "^1.0.0-beta.21",
"material-ui-icons": "^1.0.0-beta.17",
"prop-types": "^15.6.0",
"react-autosuggest": "^9.3.2",
"react-helmet": "^5.2.0",
"react-swipeable-views": "^0.12.11",
"typeface-roboto": "0.0.45"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.8.2"
}
}