-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.74 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
{
"name": "jacob-venable-portfolio",
"description": "Jacob Venable's Portfolio",
"version": "1.0.0",
"author": "Jacob Venable",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-pro-light": "^5.0.13",
"@fortawesome/fontawesome-pro-regular": "^5.0.13",
"@fortawesome/fontawesome-pro-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/react-fontawesome": "^0.1.3",
"autoprefixer": "^9.4.4",
"formdata-polyfill": "^3.0.13",
"gatsby": "^2.0.91",
"gatsby-cli": "^2.4.8",
"gatsby-image": "^2.0.26",
"gatsby-link": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.9",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-polyfill-io": "^1.0.5",
"gatsby-plugin-prefetch-google-fonts": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-remark-prismjs": "^3.2.0",
"gatsby-source-filesystem": "^2.0.13",
"gatsby-transformer-javascript-frontmatter": "^2.0.5",
"gatsby-transformer-remark": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.10",
"google-fonts-plugin": "^2.0.2",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.15.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-google-recaptcha": "^1.0.5",
"react-helmet": "^5.2.0",
"stickyfilljs": "^2.1.0"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.15.3"
}
}