forked from ethereumclassic/ethereumclassic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.9 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
{
"name": "etc-web-2",
"description": "Ethereum Classic Website",
"author": "ETC Participants",
"version": "1.0.0",
"license": "MIT, CC0",
"scripts": {
"build": "GATSBY_TELEMETRY_DISABLED=1 gatsby build",
"clean": "GATSBY_TELEMETRY_DISABLED=1 gatsby clean",
"create:blog": "node ./scripts/create-blog",
"develop-fast": "NO_BLOG=1 npm run develop",
"develop-lan": "SHOW_ALL_LOCALES=1 GATSBY_TELEMETRY_DISABLED=1 gatsby develop --host=0.0.0.0",
"develop": "SHOW_ALL_LOCALES=1 GATSBY_TELEMETRY_DISABLED=1 gatsby develop",
"lint": "eslint .",
"serve-build": "npm run build && npm run serve",
"serve": "GATSBY_TELEMETRY_DISABLED=1 gatsby serve --host=0.0.0.0",
"start": "npm run develop"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@reach/router": "^1.3.3",
"gatsby": "^2.20.18",
"gatsby-image": "^2.3.5",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-feed": "^2.5.0",
"gatsby-plugin-layout": "^1.2.4",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-mdx": "^1.1.7",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-remove-generator": "^1.0.4",
"gatsby-plugin-sass": "^2.2.4",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-sitemap": "^2.4.0",
"gatsby-plugin-yaml-i18n": "^0.2.1",
"gatsby-remark-copy-linked-files": "^2.3.1",
"gatsby-remark-images": "^3.3.0",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.5.0",
"node-sass": "^4.14.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-markdown": "^4.3.1",
"slugify": "^1.4.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^1.18.2",
"prompts": "^2.3.2"
}
}