-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.46 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
{
"name": "ColorGhosts",
"version": "1.0.0",
"homepage": "./",
"description": "Color Ghosts Minting dapp",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@orbisclub/modules": "^0.0.42",
"@orbisclub/orbis-sdk": "^0.3.82",
"@walletconnect/web3-provider": "^1.7.7",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"customize-cra": "^1.0.0",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.6.2",
"graphql": "^16.6.0",
"https-browserify": "^1.0.0",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-scripts": "5.0.0",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"url": "^0.11.0",
"web-vitals": "^1.0.1",
"web3-eth-contract": "^1.5.2",
"web3modal": "^1.9.6"
},
"author": "Bongadores",
"license": "MIT",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}