forked from DefiLlama/defillama-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
{
"name": "defillama",
"sideEffects": false,
"version": "1.0.0",
"private": true,
"homepage": "https://defillama.com/",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.4.2",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-scroll-area": "^0.1.3",
"@radix-ui/react-tooltip": "^0.1.7",
"@reach/portal": "^0.10.3",
"bignumber.js": "^9.0.0",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.8.16",
"decimal.js-light": "^2.5.0",
"fathom-client": "^3.2.0",
"isarray": "^2.0.5",
"lightweight-charts": "^3.1.3",
"next": "^12.1.0",
"node-vibrant": "^3.1.5",
"numeral": "^2.0.6",
"polished": "^3.4.4",
"react": "^17.0.2",
"react-device-detect": "^1.9.10",
"react-dom": "^17.0.2",
"react-feather": "^2.0.3",
"react-infinite-scroll-component": "^6.1.0",
"react-popper": "^2.2.3",
"react-select": "^5.3.2",
"react-switch": "^6.0.0",
"react-use": "^12.2.0",
"react-virtualized": "^9.22.3",
"rebass": "^4.0.7",
"recharts": "^2.0.10",
"styled-components": "^5.3.3",
"swagger-ui-react": "^4.1.3",
"swr": "^1.0.1",
"toformat": "^2.0.0",
"uuid": "^8.3.2",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/styled-components": "^5.1.0",
"@types/swagger-ui-react": "^4.1.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"lodash.orderby": "^4.6.0",
"prettier": "^2.5.1",
"typescript": "4.5.4"
}
}