-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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
52
53
54
55
{
"name": "dcl-ui",
"version": "1.14.4",
"description": "A Vuejs based application for managing CSA Distributed Compliance Ledger",
"author": "Comcast Inc.",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@chainapsis/cosmosjs": "^0.0.3-alpha.3",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@keplr-wallet/cosmos": "^0.11.59",
"@starport/vue": "^0.1.53",
"@starport/vuex": "^0.1.53",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"chart.js": "3.3.2",
"core-js": "^3.11.2",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.0.0",
"global": "^4.4.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "3.49.1",
"process": "^0.11.10",
"regenerator-runtime": "^0.14.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.2.41",
"vue-loading-overlay": "^5.0.3",
"vue-router": "^4.1.5",
"vue3-autocounter": "^1.0.6",
"vuex": "^4.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "^5.4.5",
"vite": "^4.5.5"
}
}