This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
75 lines (75 loc) · 2.38 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ocf-website",
"private": true,
"description": "Source for the website of openclimatefix.org",
"version": "1.0.2",
"author": "Open Climate Fix <[email protected]>",
"dependencies": {
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"@tailwindcss/typography": "^0.4.0",
"disqus-react": "^1.0.11",
"gatsby": "^3.1.2",
"gatsby-plugin-feed": "^3.1.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-remark-acronyms": "^1.1.2",
"gatsby-remark-autolink-headers": "^3.1.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-transformer-json": "^3.1.0",
"gatsby-transformer-remark": "^3.1.0",
"gatsby-transformer-sharp": "^3.8.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"autoprefixer": "^10.2.5",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"fs-extra": "^10.1.0",
"gatsby-plugin-postcss": "^4.1.0",
"gh-pages": "^3.1.0",
"postcss": "^8.2.8",
"postcss-nesting": "^7.0.1",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.4"
},
"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"
}
}