forked from notional-labs/multisig-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "multisig-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"test-telescope": "jest ./test/multisigjs.test"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@cosmjs/amino": "^0.28.10",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.28.10",
"@cosmjs/stargate": "^0.28.10",
"antd": "^4.21.0",
"axios": "^0.27.2",
"cosmjs-types": "^0.5.0",
"faunadb": "^4.6.0",
"framer-motion": "^6.3.16",
"fs": "^0.0.1-security",
"json-formatter-js": "^2.3.4",
"multisigjs": "^0.1.2",
"next": "12.1.6",
"nextjs-progressbar": "^0.0.14",
"osmojs": "^0.9.3",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-json-editor-ajrm": "^2.5.13",
"ts-import": "^4.0.0-beta.6",
"typescript": "^4.7.4",
"uint8-to-base64": "^0.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@osmonauts/telescope": "^0.11.9",
"eslint": "8.17.0",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.0.1",
"prettier": "^1.19.1"
},
"prettier": {
"singleQuote": true
}
}