-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 2.04 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
{
"name": "tech-outsiders",
"version": "2.1.0",
"description": "Tech Outsiders is a social enterprise based in WA that is raising awareness of all the cool people we have working in Tech who are outside the industry stereotype of the “straight white male”. It is our mission to solve that problem by highlighting all of the marvellous talent the Tech Industry has outside of the default.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AimHigher-Web-Design/tech-outsiders.git"
},
"scripts": {
"start": "npm run develop -- --port $PORT",
"develop": "gatsby develop",
"build": "gatsby build",
"dev:cms": "npx netlify-cms-proxy-server"
},
"author": "AimHigher Web Design",
"license": "ISC",
"dependencies": {
"@raae/gatsby-remark-oembed": "^0.1.1",
"babel-eslint": "^10.1.0",
"date-fns": "^2.14.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^4.0.0",
"gatsby": "2.24.1",
"gatsby-image": "^2.4.13",
"gatsby-plugin-google-tagmanager": "^2.3.11",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-remark-copy-linked-files": "^2.3.11",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^3.3.18",
"gatsby-remark-prettier": "^1.0.0",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-transformer-remark": "^2.8.25",
"gatsby-transformer-sharp": "^2.5.11",
"netlify-cms-app": "^2.12.16",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-waypoint": "^9.0.3",
"remark": "^12.0.0",
"remark-html": "^11.0.2",
"sass": "^1.26.10"
}
}