-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 2.31 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
{
"name": "@sifchain/dex",
"version": "3.0.3",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "pnpm tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest"
},
"dependencies": {
"@cosmjs/math": "^0.29.1",
"@cosmjs/stargate": "^0.29.1",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "2.0.11",
"@sifchain/common": "workspace:*",
"@sifchain/cosmos-connect": "workspace:*",
"@sifchain/evm": "workspace:*",
"@sifchain/math": "workspace:*",
"@sifchain/proto-types": "workspace:*",
"@sifchain/sif-api": "workspace:*",
"@sifchain/stargate": "workspace:*",
"@sifchain/ui": "workspace:*",
"@sifchain/utils": "workspace:*",
"@tanstack/react-query": "^4.10.3",
"@walletconnect/client": "2.0.0-beta.55",
"@walletconnect/cosmos-provider": "2.0.0-beta.102",
"@walletconnect/ethereum-provider": "2.0.0-beta.102",
"@walletconnect/types": "2.0.0-beta.102",
"bignumber.js": "^9.1.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.1",
"ethers": "^5.6.9",
"immer": "^9.0.15",
"ky": "^0.30.0",
"long": "^5.2.0",
"next": "13.1.1",
"rambda": "^7.3.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-inlinesvg": "^3.0.0",
"react-markdown": "^8.0.3",
"tiny-invariant": "^1.2.0",
"wagmi": "^0.6.2",
"zustand": "4.0.0",
"zustand-immer-store": "^0.9.4"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.11.0",
"@testing-library/react": "13.3.0",
"@types/node": "17.0.29",
"@types/ramda": "^0.28.15",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@vitejs/plugin-react": "1.3.2",
"autoprefixer": "^10.4.8",
"bufferutil": "^4.0.6",
"encoding": "^0.1.13",
"eslint": "^8.22.0",
"eslint-config-next": "13.1.1",
"happy-dom": "6.0.4",
"next-transpile-modules": "10.0.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwind-styled-components": "2.1.6",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"type-fest": "2.19.0",
"typescript": "4.8.4",
"utf-8-validate": "^5.0.9",
"vitest": "^0.24.1"
}
}