-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.61 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.61 KB
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
{
"name": "chalmerscards.com",
"description": "chalmers cards is a guerilla project fighting homelessness in Toronto Ontario",
"version": "1.0.0",
"author": "Mister Chalmers <zach@chalmerscards.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.24.53",
"gatsby-cli": "^2.12.91",
"gatsby-image": "^2.0.25",
"gatsby-link": "^2.0.7",
"gatsby-plugin-layout": "^1.0.10",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sharp": "^2.0.15",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-interactive-gifs": "^1.0.3",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-transformer-remark": "^2.1.17",
"gatsby-transformer-sharp": "^2.1.9",
"polished": "^2.3.1",
"prettier": "^1.11.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-ga": "^2.4.1",
"react-headroom": "^2.2.2",
"react-helmet": "^5.2.0",
"react-theme-provider": "^0.1.3",
"styled-components": "^4.1.3",
"webfontloader": "^1.6.28"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby build",
"develop": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/misterchalmers/chalmers-website"
},
"devDependencies": {
"gatsby-remark-static-images": "^1.2.1"
}
}