-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
46
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"bootstrap": "^4.0.0-beta.3",
"gatsby": "^1.9.149",
"gatsby-cli": "^1.1.28",
"gatsby-link": "^1.6.32",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-source-filesystem": "^1.5.11",
"gatsby-transformer-remark": "^1.7.26",
"jquery": "^3.2.1",
"moment": "^2.20.1",
"popper.js": "^1.13.0",
"react-custom-scrollbars": "^4.2.1",
"react-html-parser": "^2.0.2",
"react-icons": "^2.2.7",
"react-media": "^1.6.1",
"react-time-knob": "^0.1.4",
"react-transition-group": "^1.2.1",
"react-twitter-widgets": "^1.7.1",
"react-web-notification": "^0.3.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"prepare": "patch-package"
},
"devDependencies": {
"font-awesome": "^4.7.0",
"gh-pages": "^1.1.0",
"patch-package": "^5.0.0",
"prettier": "^1.9.2"
}
}