-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "cudos-multisend",
"private": true,
"version": "0.0.0",
"scripts": {
"serve": "vite --host 0.0.0.0",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.28.4",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/math": "^0.28.4",
"@cosmjs/proto-signing": "^0.28.4",
"@cosmjs/stargate": "^0.28.4",
"@cosmjs/tendermint-rpc": "^0.28.4",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/poppins": "^4.5.5",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"@mui/styled-engine": "^5.6.1",
"@mui/styles": "^5.6.2",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.26.1",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.1",
"cosmjs-types": "^0.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-toastify": "^8.2.0",
"redux-persist": "^6.0.0",
"sweetalert2": "^11.4.9"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.5"
}
}