-
-
Notifications
You must be signed in to change notification settings - Fork 286
/
package.json
70 lines (70 loc) · 1.88 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
{
"name": "democracy-earth-dapp",
"version": "0.9.0",
"homepage": "./",
"private": true,
"dependencies": {
"@apollo/client": "^3.1.3",
"@apollo/react-hooks": "^4.0.0",
"@emotion/core": "^10.0.35",
"@material-ui/core": "^4.11.4",
"@metamask/detect-provider": "^1.2.0",
"@portis/web3": "^2.0.0-beta.59",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@toruslabs/torus-embed": "^1.8.2",
"@unilogin/provider": "^0.6.1",
"@walletconnect/web3-provider": "^1.2.1",
"apollo": "^2.30.2",
"apollo-boost": "^0.4.9",
"authereum": "0.0.4-beta.174",
"bignumber": "^1.1.0",
"ethereum-blockies-base64": "^1.0.2",
"fortmatic": "^2.2.1",
"graphql": "^15.3.0",
"html-react-parser": "^0.13.0",
"i18next": "^19.6.3",
"numeral": "^2.0.4",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-device-detect": "^1.17.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^16.13.1",
"react-emoji-render": "^1.2.4",
"react-ga": "^3.1.2",
"react-i18next": "^11.7.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.2",
"react-spinners": "^0.9.0",
"react-switch": "^5.0.1",
"react-tag-input": "^6.4.3",
"react-tiny-link": "^3.6.0",
"web3": "^1.2.11",
"web3modal": "^1.9.0",
"xml-js": "^1.6.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}