-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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
{
"name": "greenfieldinnovation-com",
"private": true,
"description": "greenfieldinnovation.com site and blog",
"version": "0.1.0",
"author": "Monte Hayward <[email protected]>",
"dependencies": {
"@emotion/core": "10.0.9",
"gatsby": "^2.1.4",
"gatsby-image": "2.0.32",
"gatsby-plugin-emotion": "4.0.6",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-react-svg": "2.0.0-beta1",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-remark": "2.3.2",
"gatsby-transformer-sharp": "^2.1.13",
"prop-types": "15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0",
"typography": "0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "node --inspect --no-lazy node_modules/gatsby/dist/commands/develop.js",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/greenfield-innovation/greenfieldinnovation-com/issues"
},
"bugs": {
"url": "https://github.com/greenfield-innovation/greenfieldinnovation-com/issues"
},
"devDependencies": {
"eslint": "5.15.1",
"eslint-config-fbjs": "2.1.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "3.4.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-relay": "1.0.0",
"gatsby-plugin-sass": "2.0.11",
"sass": "1.21.0"
}
}