-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.54 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:dexapp": "turbo run dev --filter=dexapp",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"prettier": "^2.5.1",
"turbo": "latest"
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@indexed-finance/multicall": "^2.0.0",
"@mui/icons-material": "5.11",
"@mui/material": "5.11.15",
"@tanstack/react-query": "^4.23.0",
"@transak/transak-sdk": "^1.3.0",
"@walletconnect/ethereum-provider": "^1.7.7",
"@web3-react/coinbase-wallet": "8.2.0",
"@web3-react/core": "8.2.0",
"@web3-react/eip1193": "8.2.0",
"@web3-react/empty": "8.2.0",
"@web3-react/gnosis-safe": "8.2.0",
"@web3-react/metamask": "8.2.0",
"@web3-react/network": "8.2.0",
"@web3-react/types": "8.2.0",
"@web3-react/url": "8.2.0",
"@web3-react/walletconnect": "8.2.0",
"@web3-react/walletconnect-v2": "8.2.0",
"ethers": "^5.7.2",
"jotai": "1.6.5",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"optics-ts": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.24.8"
},
"name": "dexkit-open-monorepo",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
]
}