-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "gatsby-starter-bootstrap-netlify",
"description": "Example Gatsby, Bootstrap, and Netlify CMS project",
"version": "1.0.0",
"author": "David Konsumer <[email protected]>",
"dependencies": {
"bootstrap": "^4.1.3",
"bootswatch": "4.*",
"gatsby": "^2.0.63",
"gatsby-link": "^2.0.7",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-offline": "^2.0.18",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sass": "^2.0.6",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-prismjs": "^3.1.3",
"gatsby-source-filesystem": "^2.0.10",
"gatsby-transformer-remark": "^2.1.15",
"prismjs": "^1.15.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"reactstrap": "^7.0.0"
},
"keywords": [
"gatsby",
"bootstrap",
"bootswatch",
"netlify"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"test": "gatsby build"
},
"devDependencies": {
"node-sass": "^4.10.0",
"raw-loader": "^1.0.0"
}
}