-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 2.12 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
77
78
79
80
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"3box": "^1.17.1",
"@apollo/react-hooks": "^3.1.5",
"@date-io/moment": "^2.4.0",
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.0",
"@pinata/sdk": "^1.1.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@toruslabs/torus-embed": "^1.1.0",
"@walletconnect/web3-provider": "^1.0.0-beta.47",
"apollo-boost": "^0.4.9",
"bignumber.js": "^9.0.0",
"bn.js": "^5.1.1",
"clsx": "^1.1.0",
"emoji-picker-react": "^3.1.3",
"firebase": "^7.10.0",
"firebase-functions": "^3.6.0",
"fs": "^0.0.1-security",
"graphql": "^15.0.0",
"history": "^4.10.1",
"ipfs": "^0.41.2",
"ipfs-api": "^26.1.2",
"markdown-to-jsx": "^6.11.4",
"moment": "^2.24.0",
"profile-hover": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-hook-form": "^4.10.1",
"react-images-upload": "^1.2.8",
"react-mde": "^8.1.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"reducers": "^3.0.0-alpha",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"showdown": "^1.9.1",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "1.2.7",
"web3connect": "^1.0.0-beta.32",
"web3modal": "^1.6.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max-old-space-size=8192 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"
]
},
"devDependencies": {
"dotenv": "^8.2.0"
}
}