-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "web3-react-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build-and-export": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "yarn husky install"
},
"dependencies": {
"@fontsource/montserrat": "^4.5.11",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/pro-duotone-svg-icons": "^6.1.1",
"@fortawesome/pro-light-svg-icons": "^6.1.1",
"@fortawesome/pro-regular-svg-icons": "^6.1.1",
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
"@fortawesome/pro-thin-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.11",
"@reduxjs/toolkit": "^1.8.3",
"@types/lodash": "^4.14.182",
"@types/node": "18.6.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"@types/react-redux": "^7.1.24",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.25",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.14",
"axios": "^0.27.2",
"bignumber": "^1.1.0",
"ethereum-multicall": "^2.14.1",
"lodash": "^4.17.21",
"muon-toolbox": "^1.0.1",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.15.1",
"react-redux": "^8.0.2",
"rebass": "^4.0.7",
"sass": "^1.54.4",
"styled-components": "^5.3.5",
"tailwindcss": "^3.1.8",
"web3": "^1.7.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.33.1",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"husky": "^8.0.1",
"postcss": "^8.4.16",
"typescript": "4.7.4"
}
}