-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 3.08 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
89
90
91
92
93
94
95
96
{
"name": "thales-io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ledgerhq/iframe-provider": "^0.4.2",
"@material-ui/core": "^4.11.3",
"@rainbow-me/rainbowkit": "^0.12.16",
"@reduxjs/toolkit": "^1.5.0",
"@snapshot-labs/snapshot.js": "^0.5.8",
"@uniswap/sdk-core": "^4.2.0",
"@uniswap/smart-order-router": "^3.26.0",
"@uniswap/v3-sdk": "^3.11.0",
"detect-gpu": "^5.0.37",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "5.7.2",
"google-protobuf": "^3.21.2",
"graphql-request": "^3.6.1",
"grpc-web": "^1.4.2",
"history": "^4.10.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"jsbi": "3.2.5",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"plausible-tracker": "^0.3.8",
"query-string": "^7.0.1",
"rc-tooltip": "^5.1.1",
"react": "^17.0.1",
"react-chrono": "1.16.0",
"react-dom": "^17.0.1",
"react-i18next": "^13.3.1",
"react-modal": "^3.14.4",
"react-outside-click-handler": "^1.3.0",
"react-query": "^3.39.3",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"react-select": "^4.2.1",
"react-table": "^7.7.0",
"react-toastify": "^8.2.0",
"recharts": "^2.5.0",
"redux": "^4.0.5",
"remarkable": "^2.0.1",
"styled-components": "^5.2.3",
"thales-data": "^3.0.10",
"thales-utils": "^0.7.1",
"three": "^0.158.0",
"typescript": "^4.5.5",
"wagmi": "^0.12.18",
"web-vitals": "^1.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/node": "^20.3.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-modal": "^3.14.4",
"@types/react-outside-click-handler": "^1.3.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-hash-link": "^2.4.5",
"@types/react-select": "^4.0.13",
"@types/react-table": "^7.7.3",
"@types/remarkable": "^2.0.8",
"@types/styled-components": "^5.1.9",
"@types/three": "^0.158.1",
"axios": "^1.7.2",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "2.2.1",
"react-error-overlay": "6.0.9"
},
"overrides": {
"@walletconnect/keyvaluestorage": "1.0.2"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}