-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 981 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
35
36
37
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"browser-lang": "^0.1.0",
"font-awesome": "^4.7.0",
"gatsby": "^1.9.241",
"gatsby-cli": "^1.1.50",
"gatsby-image": "^1.0.42",
"gatsby-link": "^1.6.39",
"gatsby-paginate": "^1.0.16",
"gatsby-plugin-i18n": "^0.4.1",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-source-contentful": "^1.3.44",
"gatsby-transformer-remark": "^1.7.39",
"intl": "^1.2.5",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"slash": "^1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"dotenv": "^5.0.1",
"prettier": "^1.11.1"
}
}