forked from ethereumclassic/ethereumclassic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.71 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.71 KB
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
{
"name": "etc-web-2",
"private": true,
"description": "Refresh of ETC website",
"author": "ETC developers",
"version": "0.1.0",
"scripts": {
"build": "GATSBY_TELEMETRY_DISABLED=1 gatsby build",
"develop": "SHOW_ALL_LOCALES=1 GATSBY_TELEMETRY_DISABLED=1 gatsby develop",
"develop-lan": "SHOW_ALL_LOCALES=1 GATSBY_TELEMETRY_DISABLED=1 gatsby develop --host=0.0.0.0",
"serve": "GATSBY_TELEMETRY_DISABLED=1 gatsby serve",
"start": "npm run develop",
"lint": "eslint ."
},
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/tag": "^0.20.3",
"@reach/router": "^1.2.1",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-prettier": "^3.1.1",
"gatsby": "^2.17.17",
"gatsby-image": "^2.2.29",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-layout": "^1.1.6",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-mdx": "^1.0.53",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-remove-generator": "^1.0.4",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-sitemap": "^2.2.20",
"gatsby-remark-images": "^3.1.28",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-sharp": "^2.2.5",
"html-react-parser": "^0.10.0",
"js-yaml": "^3.13.1",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"rehype-stringify": "^6.0.1",
"remark": "^11.0.2",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0"
}
}