-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 934 Bytes
/
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
{
"name": "opthy-v0-ui-web",
"version": "0.0.1",
"source": "src/index.html",
"author": "Phroi",
"license": "MIT",
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"@ethersproject/address": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/units": "^5.4.0",
"@polyjuice-provider/web3": "^0.0.1-rc11",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"nervos-godwoken-integration": "^0.0.11",
"opthy-v0-core": "https://github.com/opthydefi/opthy-v0-core#f177c2f",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.0.1"
},
"devDependencies": {
"@parcel/resolver-glob": "nightly",
"@parcel/transformer-image": "nightly",
"parcel": "nightly"
},
"scripts": {
"start": "parcel",
"build-prod": "parcel build",
"clean": "rm dist/bundle.js"
}
}