-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
49 lines (49 loc) · 1.21 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
{
"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"
},
"browser": {
"child_process": false
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.2",
"@cosmjs/tendermint-rpc": "^0.32.2",
"@injectivelabs/sdk-ts": "^1.14.7",
"antd": "^4.21.0",
"axios": "^1.6.8",
"chain-registry": "^1.45.1",
"cosmjs-types": "^0.9.0",
"dotenv": "^16.3.1",
"eslint-plugin-react": "^7.32.2",
"framer-motion": "^10.6.0",
"multisigjs": "^0.1.2",
"next": "13.5.1",
"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.51.0",
"eslint-config-next": "^14.2.3",
"jest": "^29.0.1"
},
"prettier": {
"singleQuote": true
}
}