forked from konsumer/gatsby-starter-bootstrap-netlify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 927 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
{
"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.0.0-beta.2",
"bootswatch": "^4.0.0-beta.2",
"gatsby": "^1.9.63",
"gatsby-link": "^1.6.21",
"gatsby-plugin-netlify": "^1.0.7",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.5",
"gatsby-plugin-sass": "^1.0.12",
"gatsby-remark-copy-linked-files": "^1.5.16",
"gatsby-remark-prismjs": "^1.2.9",
"gatsby-source-filesystem": "^1.5.5",
"gatsby-transformer-remark": "^1.7.17",
"reactstrap": "^5.0.0-alpha.3"
},
"keywords": [
"gatsby",
"bootstrap",
"bootswatch",
"netlify"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"devDependencies": {}
}