-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"bootstrap": "^3.3.7",
"browser-lang": "0.0.1",
"classnames": "^2.2.6",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-less": "^1.1.8",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-source-strapi": "0.0.3",
"intl": "^1.2.5",
"less": "^3.0.4",
"moment": "^2.22.2",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"react-mailchimp-subscribe": "^2.0.2",
"react-markdown": "^3.3.4",
"react-reveal": "^1.2.2",
"react-share": "^2.2.0",
"social-share-react": "^1.1.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",
"deploy": "firebase use bitportal-prod && firebase deploy"
},
"devDependencies": {
"prettier": "^1.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}