forked from WalletConnect/walletconnect-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "walletconnect-website",
"description": "WalletConnect website",
"version": "1.0.0",
"author": "Pedro Gomes <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "^2.24.73",
"gatsby-link": "^2.4.15",
"gatsby-plugin-google-analytics": "^2.3.17",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-plugin-typescript": "^2.4.21",
"gatsby-transformer-remark": "^2.8.38",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.0",
"styled-components": "^4.1.3",
"typescript": "^3.2.4"
},
"keywords": [
"ethereum",
"cryptocurrency",
"wallet",
"mobile",
"connect",
"brdige",
"relay",
"proxy",
"standard",
"protocol",
"crypto",
"tokens",
"dapp"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^5.0.8",
"@types/styled-components": "^4.1.6",
"babel-eslint": "^10.1.0",
"eslint": "^5.10.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"prettier": "^1.14.2",
"tslint": "^5.18.0"
}
}