-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
76 lines (76 loc) · 2.42 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
76
{
"name": "greymass-gatsby-prototype",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@scatterjs/core": "^2.7.48",
"@scatterjs/eosjs2": "^1.5.30",
"anchor-link": "^0.3.0",
"await-exec": "^0.1.2",
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"decentium": "^1.1.0",
"eos-transit": "^4.0.5",
"eos-transit-anchorlink-provider": "^4.0.5",
"eos-transit-scatter-provider": "^4.0.5",
"eosjs": "^20.0.0",
"eslint-plugin-flowtype": "^4.3.0",
"gatsby": "2.19.7",
"gatsby-cli": "^2.15.0",
"gatsby-image": "^2.0.22",
"gatsby-plugin-feed": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-intl": "^0.2.8",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-plugin-webfonts": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-remark-smartypants": "^2.0.5",
"gatsby-remark-vscode": "^2.0.3",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-json": "^2.2.8",
"gatsby-transformer-remark": "^2.1.6",
"gatsby-transformer-sharp": "^2.1.3",
"jsdom": "^16.2.0",
"json-concat": "0.0.1",
"lodash": "^4.17.15",
"prismjs": "^1.15.0",
"qrcode": "^1.4.4",
"react": "^16.12.0",
"react-device-detect": "^1.14.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-slick": "^0.25.2",
"react-typography": "^0.16.19",
"semantic-ui-react": "^0.88.1",
"showdown": "^1.9.1",
"slick-carousel": "^1.8.1",
"slugify": "^1.4.0",
"styled-components": "^4.4.0",
"typography": "^0.16.19",
"typography-theme-kirkham": "^0.16.19"
},
"devDependencies": {
"prettier": "^1.18.2",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}