|  | 
| 5 | 5 |   "scripts": { | 
| 6 | 6 |     "dev": "npm install && vue-cli-service serve", | 
| 7 | 7 |     "serve": "vue-cli-service serve", | 
| 8 |  | -    "build": "vue-cli-service build" | 
|  | 8 | +    "build": "vue-cli-service build", | 
|  | 9 | +    "lint": "vue-cli-service lint", | 
|  | 10 | +    "test": "echo \"Error: run tests from root\" && exit 1" | 
| 9 | 11 |   }, | 
| 10 | 12 |   "dependencies": { | 
| 11 |  | -    "@cosmjs/launchpad": "0.23.2", | 
| 12 |  | -    "@cosmjs/proto-signing": "0.24.0-alpha.26", | 
| 13 |  | -    "@cosmjs/stargate": "0.24.0-alpha.26", | 
| 14 |  | -    "@tendermint/vue": "0.1.12", | 
| 15 |  | -    "core-js": "^3.6.5", | 
| 16 |  | -    "vue": "^2.6.11", | 
| 17 |  | -    "vue-router": "^3.2.0", | 
| 18 |  | -    "vuex": "^3.4.0" | 
|  | 13 | +    "@cosmjs/crypto": "^0.23.2", | 
|  | 14 | +    "@cosmjs/encoding": "^0.23.2", | 
|  | 15 | +    "@cosmjs/proto-signing": "^0.24.0-alpha.26", | 
|  | 16 | +    "@cosmjs/stargate": "^0.24.0-alpha.26", | 
|  | 17 | +    "@starport/vue": "^0.1.20", | 
|  | 18 | +    "@starport/vuex": "^0.1.20", | 
|  | 19 | +    "bip39": "^3.0.3", | 
|  | 20 | +    "core-js": "^3.9.1", | 
|  | 21 | +    "crypto-js": "^4.0.0", | 
|  | 22 | +    "file-saver": "^2.0.5", | 
|  | 23 | +    "moment": "^2.29.1", | 
|  | 24 | +    "vue": "^3.0.7", | 
|  | 25 | +    "vue-router": "^4.0.3", | 
|  | 26 | +    "vue-uuid": "^2.0.2", | 
|  | 27 | +    "vuex": "^4.0.0" | 
| 19 | 28 |   }, | 
| 20 | 29 |   "devDependencies": { | 
| 21 |  | -    "@vue/cli-plugin-babel": "^4.4.0", | 
| 22 |  | -    "@vue/cli-plugin-router": "^4.4.0", | 
| 23 |  | -    "@vue/cli-plugin-vuex": "^4.4.6", | 
| 24 |  | -    "@vue/cli-service": "^4.4.0", | 
| 25 |  | -    "vue-template-compiler": "^2.6.11" | 
|  | 30 | +    "@babel/core": "^7.13.8", | 
|  | 31 | +    "@babel/node": "^7.13.0", | 
|  | 32 | +    "@vue/cli-plugin-babel": "^4.5.11", | 
|  | 33 | +    "@vue/cli-plugin-eslint": "^4.5.11", | 
|  | 34 | +    "@vue/cli-plugin-vuex": "^4.5.11", | 
|  | 35 | +    "@vue/cli-service": "^4.5.11", | 
|  | 36 | +    "@vue/compiler-sfc": "^3.0.7", | 
|  | 37 | +    "@vue/eslint-config-prettier": "^6.0.0", | 
|  | 38 | +    "babel-eslint": "^10.1.0", | 
|  | 39 | +    "eslint": "^7.21.0", | 
|  | 40 | +    "eslint-plugin-prettier": "^3.3.1", | 
|  | 41 | +    "eslint-plugin-vue": "^7.7.0", | 
|  | 42 | +    "node-sass": "^5.0.0", | 
|  | 43 | +    "prettier": "^2.2.1", | 
|  | 44 | +    "protobufjs": "^6.10.2", | 
|  | 45 | +    "sass-loader": "^10.1.1" | 
| 26 | 46 |   } | 
| 27 | 47 | } | 
0 commit comments