forked from notional-labs/multisig-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "multisig-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"test-telescope": "jest ./test/multisigjs.test"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@cosmjs/amino": "^0.30.0",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/proto-signing": "^0.28.10",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.0",
"@injectivelabs/sdk-ts": "^1.0.468",
"antd": "^4.21.0",
"axios": "^1.3.4",
"chain-registry": "^1.18.0",
"cosmjs-types": "^0.8.0",
"eslint-plugin-react": "^7.32.2",
"faunadb": "^4.6.0",
"framer-motion": "^10.6.0",
"multisigjs": "^0.1.2",
"next": "13.2.4",
"osmojs": "^16.5.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-json-editor-ajrm": "^2.5.13",
"stridejs": "^0.6.2",
"timestamp-nano": "^1.0.1",
"uint8-to-base64": "^0.2.0"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "^12.2.2",
"jest": "^29.0.1"
},
"prettier": {
"singleQuote": true
}
}