-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "call-of-the-brave-cms",
"description": "Call of the Brave",
"version": "0.0.2",
"author": "Dave Martin <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome": "0.0.16",
"@fortawesome/fontawesome-free-brands": "0.0.16",
"@fortawesome/fontawesome-free-solid": "0.0.15",
"@fortawesome/react-fontawesome": "0.0.7",
"amazon-cognito-identity-js": "^1.21.0",
"anchorate": "^1.1.0",
"fs": "0.0.1-security",
"gatsby": "^1.9.99",
"gatsby-image": "^1.0.14",
"gatsby-link": "^1.6.23",
"gatsby-plugin-google-analytics": "^1.0.12",
"gatsby-plugin-lodash": "^1.0.4",
"gatsby-plugin-nprogress": "^1.0.7",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.10",
"gatsby-plugin-styled-components": "^1.0.5",
"gatsby-source-contentful": "^1.3.18",
"gatsby-source-filesystem": "^1.5.5",
"gatsby-transformer-json": "^1.0.11",
"gatsby-transformer-remark": "^1.7.17",
"gatsby-transformer-sharp": "^1.6.12",
"gulp-cloudfront-invalidate-aws-publish": "^0.2.2",
"hidden-styled": "^1.0.0-0",
"history": "^4.7.2",
"net": "^1.0.2",
"palx": "^1.0.2",
"react-form-with-constraints": "^0.6.2",
"react-scroll": "^1.7.3",
"react-stripe-checkout": "^2.6.3",
"rebass": "^1.0.4",
"request": "^2.83.0",
"slugify": "^1.2.1",
"stripe": "^5.1.1",
"tls": "0.0.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"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-awspublish": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"prettier": "^1.7.4"
}
}