-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "defillama",
"sideEffects": false,
"version": "1.0.0",
"private": true,
"homepage": "https://swap.defillama.com",
"license": "GPL-3.0-or-later",
"scripts": {
"analyze": "ANALYZE=true yarn build",
"dev": "next dev",
"format": "prettier --write .",
"build": "next build && ./post-build.sh",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.12",
"@chakra-ui/react": "2.2.1",
"@defillama/sdk": "^3.0.25",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@gnosis.pm/gp-v2-contracts": "^1.1.2",
"@rainbow-me/rainbowkit": "^0.12.0",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-virtual": "^3.0.0-beta.36",
"ariakit": "^2.0.0-next.41",
"bignumber.js": "^9.0.2",
"echarts": "^5.4.1",
"ethers": "^5.7.1",
"framer-motion": "^6",
"lodash": "^4.17.21",
"next": "12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-select": "^5.3.2",
"styled-components": "^5.3.5",
"wagmi": "^0.12.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/styled-components": "^5.1.25",
"eslint": "8.6.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1",
"typescript": "4.7.4"
}
}