-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.74 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "involica-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start:ftm": "dotenv -e .env.ftm vite",
"start:beta": "dotenv -e .env.beta vite",
"start:polygon": "dotenv -e .env.polygon vite"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@binance-chain/bsc-use-wallet": "^0.8.1",
"@crowdin/crowdin-api-client": "^1.10.1",
"@ethersproject/abi": "^5.0.7",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/providers": "^5.6.8",
"@floating-ui/dom": "^0.4.0",
"@reduxjs/toolkit": "^1.5.0",
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/lodash": "^4.14.162",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.10",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "6.2.4",
"axios": "^0.24.0",
"bignumber.js": "^9.0.0",
"browserslist": "^4.16.6",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.0",
"chroma-js": "^2.1.2",
"date-fns": "^2.29.3",
"decode-uri-component": "architect-dev/decode-uri-component",
"ejs": "^3.1.7",
"fast-memoize": "^2.5.2",
"firebase-tools": "^10.2.1",
"global": "^4.4.0",
"graphql": "^16.6.0",
"iframe-resizer-react": "^1.1.0",
"immer": "^9.0.6",
"lodash": "^4.17.20",
"merge-images-v2": "^2.0.1",
"node-fetch": "^2.6.7",
"open-props": "^1.4.16",
"polished": "^4.1.3",
"ramda": "^0.28.0",
"rc-slider": "^10.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-countup": "^4.3.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-ranger": "^2.1.0",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.1",
"react-twitter-widgets": "^1.9.5",
"reactjs-popup": "^2.0.5",
"shell-quote": "^1.7.3",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5",
"typescript": "^4.1.3",
"universal-cookie": "^4.0.4",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-tsconfig-paths": "^4.2.1",
"web3": "1.7.0",
"zustand": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"dotenv-cli": "^5.0.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}