-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "odin-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@bandprotocol/obi.js": "^1.0.7",
"@cosmjs/crypto": "^0.27.1",
"@cosmjs/encoding": "^0.27.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"@cosmjs/tendermint-rpc": "^0.27.1",
"@invisiburu/vue-picker": "^2.0.3",
"@j-t-mcc/vue3-chartjs": "^1.1.2",
"@kyvg/vue3-notification": "^2.3.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"buffer": "^4.9.2",
"chart.js": "^3.5.0",
"chartjs-plugin-zoom": "^1.1.1",
"core-js": "^3.6.5",
"cosmjs-types": "^0.4.1",
"d3": "^7.1.1",
"date-fns": "^2.21.3",
"firebase-tools": "^9.12.1",
"lodash-es": "^4.17.21",
"long": "^4.0.0",
"lorem-ipsum": "^2.0.3",
"protobufjs": "^6.10.2",
"vue": "^3.0.0",
"vue-chart-3": "^3.0.3",
"vue-router": "^4.0.0-0",
"web3": "^1.5.1"
},
"devDependencies": {
"@types/d3": "^7.0.0",
"@types/lodash-es": "^4.17.4",
"@types/long": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-plugin-router": "^5.0.1",
"@vue/cli-plugin-typescript": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"crypto-browserify": "^3.12.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"path-browserify": "^1.0.1",
"prettier": "^2.4.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"stream-browserify": "^3.0.0",
"typescript": "~4.5.5"
}
}