-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.54 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "BradMcGonigle.com",
"description": "Personal website for Brad McGonigle",
"version": "1.0.0",
"author": "Brad McGonigle",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.0.13",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-plugin-emotion": "~10.0.33",
"babel-plugin-styled-components": "^1.10.7",
"bulma": "~0.8.2",
"bulma-helpers": "^0.3.10",
"bulma-timeline": "^3.0.3",
"dotenv": "^8.0.0",
"emotion": "~10.0.27",
"eslint-plugin-emotion": "^10.0.27",
"facepaint": "^1.2.1",
"gatsby": "2.21.40",
"gatsby-image": "~2.4.3",
"gatsby-plugin-canonical-urls": "~2.3.1",
"gatsby-plugin-catch-links": "~2.3.1",
"gatsby-plugin-feed": "^2.5.7",
"gatsby-plugin-google-tagmanager": "~2.3.1",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-netlify": "~2.3.2",
"gatsby-plugin-netlify-cache": "^1.1.0",
"gatsby-plugin-nprogress": "~2.3.1",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "~3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "~2.3.6",
"gatsby-plugin-sharp": "~2.6.1",
"gatsby-plugin-sitemap": "~2.4.3",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-remark-images": "~3.3.13",
"gatsby-remark-prismjs": "^3.5.4",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-static-images": "^1.1.0",
"gatsby-source-filesystem": "~2.3.1",
"gatsby-transformer-remark": "^2.8.15",
"gatsby-transformer-sharp": "~2.5.3",
"node-sass": "^4.14.1",
"preact-emotion": "~9.2.10",
"prismjs": "^1.20.0",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-async-script-loader": "~0.3.0",
"react-bulma-components": "~3.2.0",
"react-dom": "^16.13.1",
"react-emotion": "~10.0.0",
"react-helmet": "~6.1.0",
"react-load-script": "0.0.6",
"sharp": "0.25.3",
"styled-components": "^5.1.0",
"yarn": "^1.22.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "./scripts/netlify-deploy.sh",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"serve": "gatsby serve",
"serveProd": "gatsby build && gatsby serve",
"start": "npm run develop",
"test": "echo \"Error: no test specified\""
},
"devDependencies": {
"prettier": "2.0.5"
}
}