-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.16 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
67
68
69
70
71
72
73
{
"name": "@pangolindex/analytics",
"engines": {
"node": ">=18.x.x <=20.x.x"
},
"dependencies": {
"@pangolindex/token-lists": "1.0.2",
"@pangolindex/tradingview-chart": "1.0.1",
"@popperjs/core": "2.11.7",
"@reach/portal": "0.10.5",
"@types/react": "16.14.42",
"@types/styled-components": "5.1.26",
"ajv": "6.12.6",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link-http": "1.5.17",
"bignumber.js": "9.1.1",
"coingecko-api": "1.0.10",
"copy-to-clipboard": "3.3.3",
"copyfiles": "2.4.1",
"dayjs": "1.11.7",
"decimal.js-light": "2.5.1",
"ethers": "4.0.49",
"feather-icons": "4.29.0",
"graphql": "14.7.0",
"graphql-tag": "2.12.6",
"lightweight-charts": "3.8.0",
"mustache": "4.2.0",
"node-vibrant": "3.1.6",
"numeral": "2.0.6",
"polished": "3.7.2",
"react": "16.14.0",
"react-apollo": "3.1.5",
"react-device-detect": "1.17.0",
"react-dom": "16.14.0",
"react-feather": "2.0.10",
"react-html-parser": "2.0.2",
"react-popper": "2.3.0",
"react-router-dom": "5.3.4",
"react-scripts": "3.4.4",
"react-select": "3.2.0",
"react-use": "12.13.0",
"rebass": "4.0.7",
"recharts": "1.8.6",
"styled-components": "4.4.1",
"toformat": "2.0.0",
"typescript": "3.9.10",
"wcag-contrast": "3.0.0"
},
"scripts": {
"generate": "node ./config/applyTemplate.js",
"start": "react-scripts --openssl-legacy-provider start",
"prestart": "npm run generate",
"build": "react-scripts --openssl-legacy-provider build",
"prebuild": "npm run generate",
"test": "react-scripts --openssl-legacy-provider test",
"eject": "react-scripts --openssl-legacy-provider eject",
"postinstall": "copyfiles ./node_modules/@pangolindex/tradingview-chart/** ./public/ -u 2 && copyfiles ./node_modules/@pangolindex/tradingview-chart/**/** ./public/ -u 2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "GPL-3.0-or-later"
}