-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "bradley-walden-website",
"description": "Website for Bradley Walden",
"version": "1.0.0",
"author": "Jonathan Wagoner <[email protected]>",
"engines": {
"node": "10"
},
"dependencies": {
"gatsby": "^1.9.277",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "1.0.20-12",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-svg": "^1.1.1",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-sharp": "^1.6.27",
"react-helmet": "^5.2.0",
"sanitize.css": "^6.0.0"
},
"keywords": [
"gatsby",
"scss"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "rm -rf .cache && gatsby build --prefix-paths && gh-pages -d public",
"start": "yarn && yarn develop",
"reinstall": "rm -rf node_module && yarn"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.13.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ITSjwags/bradleywalden"
}
}