forked from bancorprotocol/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.9 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "bancor-ui",
"version": "2.4.0",
"private": false,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "firebase deploy --project bancor-v2 --only hosting:staging",
"deployprod": "firebase deploy --project bancor-v2 --only hosting:production",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"bump": "node bumpVersion.js",
"go": "yarn run bump && yarn build && yarn deploy",
"build-report": "vue-cli-service build --report"
},
"dependencies": {
"@dfuse/client": "^0.3.17",
"@firebase/analytics": "^0.6.3",
"@firebase/app": "^0.6.14",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@sentry/browser": "^6.1.0",
"@sentry/integrations": "^6.2.0",
"@sentry/tracing": "^6.1.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/lodash.debounce": "^4.0.6",
"@types/numeral": "2.0.0",
"axios": "^0.21.1",
"bancorx": "^0.3.0",
"bignumber.js": "^9.0.0",
"bnc-onboard": "^1.19.2",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.9.0",
"csv-parse": "^4.15.1",
"dayjs": "^1.10.4",
"decimal.js": "^10.2.0",
"eos-common": "^0.8.0",
"eos-transit": "^4.0.1",
"eos-transit-anchorlink-provider": "^4.0.7",
"eos-transit-keycat-provider": "^4.0.1",
"eos-transit-ledger-provider": "^4.0.2",
"eos-transit-lynx-provider": "^4.0.1",
"eos-transit-meetone-provider": "^4.0.1",
"eos-transit-portis-provider": "^4.0.1",
"eos-transit-scatter-provider": "^4.0.1",
"eos-transit-simpleos-provider": "^4.0.1",
"eos-transit-tokenpocket-provider": "^4.0.1",
"eos-transit-whalevault-provider": "^4.0.1",
"eosjs": "^21.0.3",
"eth-multicall": "^1.3.13",
"fast-sort": "^2.2.0",
"ipfs-http-client": "^49.0.2",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.6",
"lodash.debounce": "^4.0.8",
"numeral": "^2.0.6",
"rxjs": "^6.6.3",
"vue": "^2.6.11",
"vue-analytics": "^5.17.2",
"vue-class-component": "^7.2.3",
"vue-content-loader": "^2.0.0",
"vue-gtag": "^1.11.0",
"vue-i18n": "^8.22.4",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-class-component": "^2.3.3",
"vuex-module-decorators": "^1.0.1",
"vuex-router-sync": "^5.0.0",
"waait": "^1.0.5",
"web3": "1.3.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@types/jest": "^26.0.20",
"@types/webpack": "^4.41.26",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-typescript": "~4.5.11",
"@vue/cli-plugin-unit-jest": "~4.5.11",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.1.3",
"babel-eslint": "^10.0.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-decorators": "^6.24.1",
"eslint": "^7.20.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.6.0",
"jest": "^26.6.2",
"jest-fetch-mock": "^3.0.3",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"sass-loader": "10.1.1",
"ts-jest": "^26.5.1",
"tslib": "^2.1.0",
"typescript": "^4.1.5",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.11"
},
"prettier": {
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"arrowParens": "avoid"
}
}