-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
120 lines (120 loc) · 4.01 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
118
119
120
{
"name": "tokend-web-client",
"version": "1.13.0",
"description": "TokenD web-client",
"author": "Distributed Lab <[email protected]>",
"private": true,
"husky": {
"hooks": {
"pre-push": "yarn rsc && yarn test",
"pre-commit": "yarn lint"
}
},
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "vue-cli-service test:unit \"src/**/*.{spec,e2e}.js\" --require ./test.config.js",
"test:watch": "vue-cli-service test:unit \"src/**/*.{spec,e2e}.js\" --require ./test.config.js --watch",
"lint": "yarn lint:styles && yarn lint:scripts",
"lint:scripts": "eslint \"{src,config}/**/*.{js,vue}\" --cache --fix --max-warnings=0",
"lint:styles": "stylelint \"src/**/*.{vue,css,scss}\" --syntax scss --max-warnings=0",
"rsc": "node scripts/release-sanity-check.js",
"analyze-bundle": "vue-cli-service build --mode bundle-analyzer"
},
"dependencies": {
"@mdi/font": "3.6.95",
"@sentry/browser": "^5.12.4",
"@sentry/integrations": "^5.12.4",
"@tokend/js-sdk": "1.15.0",
"babel-runtime": "^6.26.0",
"bignumber.js": "^9.0.0",
"card-validator": "^6.2.0",
"clipboard": "^2.0.4",
"custom-select": "^1.1.15",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-ease": "^1.0.6",
"d3-format": "^1.4.3",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-transition": "^1.3.2",
"detect-browser": "5.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-chai-friendly": "^0.5.0",
"flatpickr": "^4.6.3",
"i18next": "^19.3.2",
"i18next-browser-languagedetector": "^4.0.2",
"iban": "^0.0.14",
"iso-country-codes": "^0.0.5",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"normalize-url": "5.0.0",
"nprogress": "^0.2.0",
"qrcode.vue": "^1.7.0",
"resolve-url-loader": "^3.1.2",
"smart-app-banner": "2.0.0",
"url-loader": "^3.0.0",
"vue": "^2.6.11",
"vue-browserupdate": "1.2.0",
"vue-head": "2.2.0",
"vue-markdown": "^2.2.4",
"vue-resource": "^1.5.1",
"vue-router": "3.2.0",
"vue-simplemde": "1.1.2",
"vuelidate": "^0.7.5",
"vuex": "^3.1.2",
"wallet-address-validator": "^0.2.4"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/runtime-corejs2": "^7.8.4",
"@mapbox/stylelint-processor-arbitrary-tags": "0.2.0",
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-unit-mocha": "~4.2.3",
"@vue/cli-plugin-vuex": "~4.2.0",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-standard": "^3.0.4",
"@vue/test-utils": "1.0.0-beta.31",
"argparse": "1.0.10",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chai": "4.2.0",
"chalk": "2.4.2",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^5.16.0",
"eslint-config-distributed-lab": "^1.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "5.0.5",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"husky": "2.4.0",
"jsdom": "^16.2.0",
"jsdom-global": "3.0.2",
"markdown-loader": "^5.1.0",
"node-sass": "^4.12.0",
"responsive-loader": "^1.2.0",
"sass-loader": "^7.0.1",
"sharp": "^0.23.3",
"sinon": "9.0.0",
"sinon-chai": "3.5.0",
"stylelint": "10.0.1",
"stylelint-declaration-strict-value": "1.1.3",
"stylelint-scss": "3.8.0",
"unused-webpack-plugin": "^2.4.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.4.1",
"xhr-mock": "^2.5.1"
}
}