-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.02 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
60
61
62
63
64
{
"name": "judsonjames-personal-website",
"description": "Personal Website/Portfolio for professional use",
"license": "MIT",
"version": "1.1.3",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"build:serve": "yarn build && yarn serve"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@types/react-helmet": "^5.0.15",
"@types/react-vertical-timeline-component": "^2.5.0",
"@types/yup": "^0.29.0",
"add": "^2.0.6",
"bluebird": "latest",
"dotenv": "^8.2.0",
"formik": "^2.1.4",
"gatsby": "^2.13.28",
"gatsby-image": "^2.4.12",
"gatsby-plugin-amp": "^0.2.2",
"gatsby-plugin-canonical-urls": "^2.3.4",
"gatsby-plugin-env-variables": "^1.0.2",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-netlify": "^2.2.0",
"gatsby-plugin-offline": "^3.1.0",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.2.0",
"gatsby-plugin-sharp": "^2.6.18",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-smoothscroll": "^1.1.0",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-images-contentful": "^2.3.3",
"gatsby-source-contentful": "^2.3.12",
"gatsby-source-graphql": "^2.5.1",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.10",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-markdown": "^4.3.1",
"react-vertical-timeline-component": "^2.6.0",
"reaptcha": "^1.7.2",
"svg-react-loader": "^0.4.6",
"typescript": "^3.5.3",
"webpack": "^4.36.1",
"yarn": "^1.22.4",
"yup": "^0.29.0"
},
"devDependencies": {
"gatsby-plugin-tslint": "^0.0.2",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.0.0"
}
}