-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.48 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
51
{
"name": "dcl-ui",
"version": "1.0.17",
"description": "A Vuejs based application for managing CSA Distributed Compliance Ledger",
"author": "Comcast Inc.",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode=production",
"dev": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build"
},
"dependencies": {
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@starport/vue": "^0.1.53",
"@starport/vuex": "^0.1.53",
"@vue/compiler-sfc": "^3.0.11",
"@vuelidate/core": "^2.0.0-alpha.34",
"@vuelidate/validators": "^2.0.0-alpha.26",
"bip39": "^3.0.4",
"bootstrap": "^5.1.3",
"core-js": "^3.11.2",
"crypto-js": "^4.0.0",
"primeflex": "^3.1.3",
"primeicons": "^5.0.0",
"primevue": "^3.12.1",
"vue": "^3.0.11",
"vue-loading-overlay": "^5.0.3",
"vue-router": "^4.0.3",
"vue-uuid": "^2.0.2",
"vue3-autocounter": "^1.0.6",
"vuex": "^4.0.0",
"@chainapsis/cosmosjs": "^0.0.3-alpha.3",
"@keplr-wallet/cosmos": "^0.11.59"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/node": "^7.13.13",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"eslint": "^8.11.0",
"eslint-plugin-vue": "^8.5.0",
"node-sass": "^4.12.0",
"prettier": "^2.2.1",
"protobufjs": "^6.11.2",
"sass-loader": "^8.0.2"
}
}