forked from ericet/distribute
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (34 loc) · 864 Bytes
/
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
{
"name": "cosmos",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack",
"deploy": "npm run build && gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^6.2.1",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^4.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@cosmjs/crypto": "^0.28.13",
"@cosmjs/encoding": "^0.29.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.28.13",
"@cosmjs/math": "^0.29.0",
"@cosmjs/tendermint-rpc": "^0.28.13",
"@ethersproject/wallet": "^5.7.0",
"axios": "^0.25.0",
"mathjs": "^11.2.1",
"cosmjs-types": "^0.5.1"
}
}