-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "gatsby-starter-bootstrap-4",
"description": "Gatsby default starter with bootstrap 4",
"version": "1.0.0",
"author": "Justin Waite <jdeanwaite@gmail.com>",
"dependencies": {
"bootstrap": "4.0.0",
"gatsby": "^1.9.236",
"gatsby-link": "^1.6.39",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-sass": "1.0.23",
"prop-types": "15.6.1",
"react": "16.2.0",
"react-helmet": "^5.2.0",
"react-transition-group": "2.2.1",
"reactstrap": "5.0.0-beta"
},
"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": {
"babel-eslint": "8.2.2",
"eslint": "4.19.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"prettier": "^1.11.1",
"prettier-eslint": "8.8.1"
},
"contributors": [
"Justin Waite <jdeanwaite@gmail.com>",
"Kyle Mathews <mathews.kyle@gmail.com>"
]
}