forked from openclimatefix/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.91 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
{
"name": "ocf-website",
"private": true,
"description": "Source for the website of openclimatefix.org",
"version": "1.0.1",
"author": "Open Climate Fix <[email protected]>",
"dependencies": {
"gatsby": "^2.13.67",
"gatsby-image": "^2.2.8",
"gatsby-plugin-gtag": "^1.0.11",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-offline": "^2.2.6",
"gatsby-plugin-postcss": "^2.1.3",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.12",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-json": "^2.2.17",
"gatsby-transformer-remark": "^2.6.14",
"gatsby-transformer-sharp": "^2.2.6",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0"
},
"devDependencies": {
"eslint": "6.1.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"gh-pages": "^2.1.1",
"postcss-nesting": "^7.0.1",
"prettier": "^1.18.2",
"tailwindcss": "^1.1.2"
},
"keywords": [
"gatsby",
"open climate fix"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public -b master -r https://github.com/openclimatefix/openclimatefix.github.io -a",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"lint": "eslint . --ext .js,.jsx",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}