-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
{
"name": "infactcoop.com",
"description": "The online home of InFact Digital Co-op",
"version": "1.0.0",
"author": "InFact Digital Co-op <[email protected]>",
"dependencies": {
"autoprefixer": "^8.6.5",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.0.110",
"gatsby-cli": "^1.1.58",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-netlify": "^2.0.8",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-postcss": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-styled-components": "^3.0.5",
"postcss-clean": "^1.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-import": "^11.1.0",
"ramda": "^0.26.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-headroom": "^2.2.4",
"react-helmet": "^5.2.0",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"styled-components": "^4.1.3",
"tachyons-aspect-ratios": "^1.0.1",
"tachyons-custom": "^4.9.6",
"util": "^0.10.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-config-esnext": "^4.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-recommended": "^2.0.0",
"eslint-plugin-babel": "^5.3.0",
"prettier": "^1.13.5"
}
}