forked from KngZhi/synthetix-wrappers
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "synthetix-wrappers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc",
"prepare": "husky install"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.2",
"@metamask/jazzicon": "^2.0.0",
"@nextui-org/react": "^1.0.0-beta.9",
"@synthetixio/contracts-interface": "^2.73.1",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-onboard/coinbase": "^2.0.10",
"@web3-onboard/core": "^2.6.0",
"@web3-onboard/gnosis": "^2.0.8",
"@web3-onboard/injected-wallets": "^2.0.15",
"@web3-onboard/ledger": "^2.1.7",
"@web3-onboard/portis": "^2.0.7",
"@web3-onboard/react": "^2.2.5",
"@web3-onboard/torus": "^2.0.8",
"@web3-onboard/trezor": "^2.1.7",
"@web3-onboard/walletconnect": "^2.0.8",
"copy-to-clipboard": "^3.3.1",
"currency.js": "^2.0.4",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-feather": "^2.0.10",
"react-ga4": "^1.4.1",
"react-jazzicon": "^1.0.4",
"recoil": "^0.7.3",
"styled-components": "^5.3.5",
"tsx": "^3.5.0",
"usehooks-ts": "^2.6.0",
"web3": "^1.7.3"
},
"devDependencies": {
"@types/node": "17.0.41",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-react-app": "^7.0.1",
"husky": "^8.0.0",
"postcss": "^8.4.14",
"sass": "^1.52.3",
"tailwindcss": "^3.0.24",
"typescript": "4.7.3"
}
}