forked from cosmos/cosmos-multisig-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "create-next-example-app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --max-warnings 0 \"./**/*.js\"",
"lint:fix": "eslint --max-warnings 0 \"./**/*.js\" --fix"
},
"dependencies": {
"@codemirror/lang-json": "^0.19.2",
"@codemirror/theme-one-dark": "^0.19.1",
"@cosmjs/amino": "^0.27.0",
"@cosmjs/crypto": "^0.27.0",
"@cosmjs/encoding": "^0.27.0",
"@cosmjs/math": "^0.27.0",
"@cosmjs/proto-signing": "^0.27.0",
"@cosmjs/stargate": "npm:[email protected]",
"@keplr-wallet/types": "^0.9.0-alpha.4",
"@uiw/react-codemirror": "^4.4.3",
"axios": "^0.21.1",
"copy-to-clipboard": "^3.3.1",
"cosmjs-types": "^0.4.1",
"faunadb": "^4.1.1",
"jsx-runtime": "^1.2.0",
"next": "^10.0.8",
"react": "^17.0.2",
"react-dom": "^16.13.1",
"react-select": "^5.2.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/runtime": "^7.12.5",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.5.1"
}
}