-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
88 lines (88 loc) · 2.19 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "better-call-dev",
"version": "4.3.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@airgap/beacon-sdk": "^2.3.11",
"@baking-bad/vjsf": "^1.20.12",
"@braintree/sanitize-url": "^6.0.0",
"@sentry/tracing": "^6.19.2",
"@sentry/vue": "^6.19.2",
"@taquito/beacon-wallet": "^11.0.2",
"@taquito/taquito": "^11.0.2",
"async-wait-until": "^2.0.12",
"axios": "^0.21.4",
"bignumber.js": "^9.0.1",
"bs58check": "^2.1.2",
"codemirror": "^5.58.2",
"dayjs": "^1.8.23",
"deep-diff": "^1.0.2",
"diff-match-patch": "^1.0.4",
"diff2html": "^3.1.6",
"highcharts": "^9.1.2",
"highcharts-no-data-to-display": "^0.1.7",
"highcharts-vue": "^1.4.0",
"is-ipfs": "^1.0.3",
"json-view": "^0.4.0",
"lodash.capitalize": "^4.2.1",
"null": "^2.0.0",
"portal-vue": "^2.1.7",
"redoc": "^2.0.0-rc.65",
"sanitize-html": "^2.7.0",
"v-clipboard": "^2.2.2",
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-codemirror-lite": "^1.0.4",
"vue-gtag": "^1.16.1",
"vue-json-pretty": "^1.7.1",
"vue-meta": "^2.4.0",
"vue-router": "^3.1.6",
"vue-virtual-scroll-list": "^1.4.6",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.24.3",
"vuetify": "^2.2.17",
"vuex": "^3.1.3"
},
"devDependencies": {
"@mdi/font": "^5.0.45",
"@mdi/js": "^5.0.45",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "~1.32.6",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
},
"overrides": {
"node-ipc@>9.2.1 <10": "9.2.1",
"node-ipc@>10.1.0": "10.1.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}