-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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": "Docs-verification",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@thirdweb-dev/react": "^4",
"@thirdweb-dev/sdk": "^4",
"assert": "^2.0.0",
"bootstrap": "^5.3.2",
"browserify-zlib": "latest",
"ethers": "^5",
"fs": "^0.0.1-security",
"http": "npm:http-browserify",
"http-browserify": "latest",
"https": "npm:https-browserify",
"https-browserify": "latest",
"ipfs": "^0.66.1",
"ipfs-http-client": "^60.0.1",
"moralis": "^2.23.1",
"react": "^18.2",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"stream": "^0.0.2",
"url": "latest",
"web-vitals": "^3.1.0",
"zlib": "npm:browserify-zlib"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && npx thirdweb@latest upload build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}