forked from DefiLlama/defillama-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.56 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": "defillama",
"sideEffects": false,
"version": "1.0.0",
"private": true,
"homepage": "https://defillama.com",
"license": "GPL-3.0-or-later",
"scripts": {
"analyze": "ANALYZE=true yarn build",
"dev": "next dev",
"format": "prettier --write .",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"ariakit": "^2.0.0-next.31",
"bignumber.js": "^9.0.2",
"dayjs": "^1.11.3",
"echarts": "^5.3.2",
"echarts-simple-transform": "^1.0.0",
"fathom-client": "^3.4.1",
"lightweight-charts": "^3.8.0",
"lodash.orderby": "^4.6.0",
"next": "^12.2.3",
"node-vibrant": "^3.2.1-alpha.1",
"numeral": "^2.0.6",
"pako": "^2.0.4",
"polished": "^4.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.2.2",
"react-markdown": "^8.0.3",
"react-select": "^5.3.2",
"react-switch": "^6.0.0",
"react-virtualized": "^9.22.3",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"rebass": "^4.0.7",
"recharts": "^2.1.10",
"styled-components": "^5.3.5",
"swagger-ui": "^4.12.0",
"swr": "^1.3.0",
"uuid": "^8.3.2",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/styled-components": "^5.1.25",
"@types/swagger-ui-react": "^4.11.0",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1",
"typescript": "4.5.4"
}
}