-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
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
{
"name": "sprout-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"export": "next export",
"start": "next start",
"deploy": "npm run build && npm run export"
},
"dependencies": {
"@ethersproject/address": "^5.0.3",
"@ethersproject/bignumber": "^5.0.3",
"@ethersproject/contracts": "^5.0.3",
"@ethersproject/providers": "^5.0.7",
"@ethersproject/units": "^5.0.3",
"@next/bundle-analyzer": "^9.5.3",
"@reach/dialog": "^0.11.2",
"@reach/menu-button": "^0.11.2",
"@reach/tabs": "^0.11.2",
"@reach/tooltip": "^0.11.2",
"@reach/visually-hidden": "^0.11.1",
"@walletconnect/web3-provider": "^1.3.1",
"@walletconnect/web3-subprovider": "^1.3.1",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.3",
"@web3-react/walletconnect-connector": "^6.1.6",
"classnames": "^2.2.6",
"cogo-toast": "^4.2.3",
"dayjs": "^1.8.35",
"framer-motion": "2.0.0-beta.41",
"graphql-request": "^2.0.0",
"linkifyjs": "^2.1.9",
"lodash.camelcase": "^4.3.0",
"lodash.chunk": "^4.2.0",
"next": "^9.5.3",
"next-i18next": "^6.0.2",
"nookies": "^2.4.0",
"nprogress": "^0.2.0",
"pretty-bytes": "^5.4.1",
"rc-progress": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.7.2",
"react-ridge-state": "^4.1.6",
"react-use": "^15.3.4",
"swr": "^0.3.2",
"tailwindcss": "^1.8.4",
"web3": "^1.3.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "2.1.1"
}
}