forked from kinetixfi/kfi-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.48 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@kinetixfi/perps-interface",
"version": "0.1.1",
"license": "BUSL-1.1",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cloudinary/react": "^1.5.0",
"@cloudinary/url-gen": "^1.8.6",
"@davatar/react": "^1.8.1",
"@ethersproject/providers": "^5.0.23",
"@ethersproject/units": "^5.0.10",
"@headlessui/react": "dev",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@pythnetwork/client": "^2.17.0",
"@socket.tech/widget": "^0.1.2",
"@solana/web3.js": "^1.75.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@web3-onboard/core": "^2.21.0",
"@web3-onboard/gas": "^2.1.8",
"@web3-onboard/injected-wallets": "^2.10.5",
"@web3-onboard/react": "^2.8.11",
"@web3-onboard/transaction-preview": "^2.0.8",
"@web3-onboard/trust": "^2.0.4",
"@web3-onboard/walletconnect": "^2.4.6",
"axios": "^0.27.2",
"bigdecimal": "^0.6.1",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.2.6",
"customize-cra": "^1.0.0",
"date-fns": "^2.18.0",
"ethers": "^5.0.31",
"framer-motion": "^4.1.9",
"graphql": "^15.5.0",
"hex-to-rgba": "^2.0.1",
"html-to-image": "^1.9.0",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"qrcode.react": "^3.1.0",
"rc-slider": "^9.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.0",
"react-jazzicon": "^1.0.4",
"react-router-dom": "^5.2.0",
"react-select": "^5.2.1",
"react-tabs": "^3.2.3",
"react-toastify": "6.0.9",
"react-use": "^17.2.4",
"recharts": "^2.0.9",
"swr": "^0.4.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-app-rewired start",
"start-staging": "REACT_APP_API_URL=wss://staging.api.blocknative.com/v0 REACT_APP_STAGING=true HTTPS=true HTTPS=true react-scripts start",
"start-local": "REACT_APP_API_URL=ws://localhost:54100/v0 REACT_APP_STAGING=true HTTPS=true react-scripts start",
"build": "react-app-rewired build",
"build-staging": "REACT_APP_API_URL=wss://staging.api.blocknative.com/v0 REACT_APP_STAGING=true react-app-rewired build",
"start:old": "react-scripts start",
"build:old": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^7.20.0",
"https-browserify": "^1.0.0",
"husky": "^7.0.0",
"lint-staged": "^12.3.4",
"os-browserify": "^0.3.0",
"prettier": "^2.0.5",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-dev-utils": "^12.0.1",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.8.2",
"url": "^0.11.0"
},
"lint-staged": {
"**/*.js?(x)": [
"prettier --write"
]
},
"engines": {
"node": "14 || 16 || 18"
}
}