-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.75 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
{
"name": "trackyouraxe.v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploytoken": "hh run --network localhost scripts/deployInstrumentToken.js",
"deploymothership": "hh run --network localhost scripts/deployMothership.js",
"deploytoken-mumbai": "hh run scripts/deployInstrumentToken.js --network mumbai",
"deploymothership-mumbai": "hh run scripts/deployMothership.js --network mumbai",
"prettier": "prettier --write ."
},
"dependencies": {
"3d-earth": "^1.0.8",
"@coinbase/wallet-sdk": "^3.0.5",
"@openzeppelin/contracts": "^4.4.2",
"@portis/web3": "^4.0.7",
"@react-three/drei": "^7.0.2",
"@react-three/fiber": "^7.0.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@toruslabs/torus-embed": "^1.21.0",
"@walletconnect/web3-provider": "^1.7.6",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bs58": "^5.0.0",
"chai": "^4.3.6",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-typechain": "^0.3.5",
"next": "12.1.0",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "17.0.2",
"react-loader-spinner": "^5.1.0",
"react-scripts": "5.0.0",
"react-spinners": "^0.11.0",
"three": "^0.129.0",
"typescript": "^4.8.4",
"web3modal": "^1.9.5",
"webgl-sdf-generator": "^1.1.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.8.0",
"prettier": "2.8.0"
}
}