-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.01 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
{
"name": "health-pass",
"homepage": "https://rajagottumukkala.github.io/health-pass/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@alch/alchemy-web3": "^1.1.9",
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.3.1",
"@netnexus/node-cborwebtoken": "^2.2.0",
"@openzeppelin/contracts": "^4.4.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@usedapp/core": "^0.9.1",
"@web3-react/metamask": "^8.0.0-beta.0",
"arraybuffer-loader": "^1.0.8",
"base45": "^2.0.1",
"cbor": "^8.1.0",
"gh-pages": "^3.2.3",
"graphql": "^16.3.0",
"instascan-umd": "^1.0.1",
"instascan-umd-new": "^1.0.1",
"node-inspect-extracted": "^1.0.8",
"pako": "^2.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instascan-new": "^1.2.7",
"react-nft-gallery": "^0.6.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-spinners": "^0.11.0",
"react-toastify": "^8.1.0",
"sass": "^1.49.0",
"urql": "^2.0.6",
"wasm-loader": "^1.3.0",
"web-vitals": "^2.1.3",
"zokrates-js": "^1.0.39"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"eject": "craco eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "npx hardhat test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"chai": "^4.3.4",
"craco-raw-loader": "^1.0.2",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.8.3"
}
}