forked from tokend/web-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.28 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "tokend-web-client",
"version": "1.8.0-x.1",
"description": "TokenD web-client",
"author": "Distributed Lab <contact@distributedlab.com>",
"private": true,
"husky": {
"hooks": {
"pre-commit": "yarn lint",
"pre-push": "yarn rsc && yarn test"
}
},
"scripts": {
"dev": "webpack-dev-server --config ./webpack/local.conf.js",
"start": "yarn dev",
"build": "node webpack/build.js",
"test": "karma start --reporters spec",
"test:watch": "karma start --no-single-run --auto-watch",
"test:watchVerbose": "karma start --no-single-run --auto-watch --reporters spec",
"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"
},
"dependencies": {
"@mdi/font": "3.3.92",
"@sentry/browser": "5.1.1",
"@sentry/integrations": "5.1.2",
"@tokend/js-sdk": "1.7.0",
"bignumber.js": "8.0.1",
"card-validator": "6.1.0",
"clipboard": "2.0.4",
"custom-select": "1.1.15",
"d3": "5.7.0",
"flatpickr": "4.5.7",
"husky": "1.3.1",
"i18next": "13.1.0",
"iban": "0.0.12",
"idle-vue": "2.0.5",
"iso-country-codes": "0.0.5",
"lodash": "4.17.11",
"loglevel": "1.6.1",
"moment": "2.23.0",
"moment-timezone": "0.5.25",
"nprogress": "0.2.0",
"qrcode.vue": "1.6.1",
"vue": "2.5.21",
"vue-markdown": "2.2.4",
"vue-resource": "1.5.1",
"vue-router": "3.0.2",
"vue-simplemde": "0.5.1",
"vuelidate": "0.7.4",
"vuex": "3.0.1",
"wallet-address-validator": "0.2.4"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/register": "7.0.0",
"@babel/runtime": "7.2.0",
"@babel/runtime-corejs2": "7.2.0",
"@mapbox/stylelint-processor-arbitrary-tags": "0.2.0",
"@vue/test-utils": "1.0.0-beta.29",
"argparse": "1.0.10",
"autoprefixer": "9.4.4",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-transform-builtin-extend": "1.1.2",
"chai": "4.2.0",
"chalk": "2.4.1",
"connect-history-api-fallback": "1.5.0",
"copy-webpack-plugin": "4.6.0",
"css-loader": "2.1.0",
"eslint": "5.11.1",
"eslint-config-distributed-lab": "1.0.4",
"eslint-config-standard": "12.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.1.1",
"eslint-plugin-chai-friendly": "0.4.1",
"eslint-plugin-html": "5.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "8.0.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-vue": "5.1.0",
"express": "4.16.4",
"file-loader": "3.0.1",
"friendly-errors-webpack-plugin": "1.7.0",
"html-webpack-plugin": "3.2.0",
"http-proxy-middleware": "0.19.1",
"inject-loader": "4.0.1",
"karma": "3.1.4",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.0",
"karma-sinon": "1.0.5",
"karma-sinon-chai": "2.0.2",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "3.0.5",
"mini-css-extract-plugin": "0.5.0",
"mocha": "5.2.0",
"node-sass": "4.11.0",
"opn": "5.4.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"ora": "3.0.0",
"portfinder": "1.0.20",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"semver": "5.6.0",
"shelljs": "0.8.3",
"sinon": "7.2.2",
"sinon-chai": "3.3.0",
"style-loader": "0.23.1",
"stylelint": "10.0.1",
"stylelint-declaration-strict-value": "1.1.2",
"stylelint-scss": "3.5.3",
"stylelint-webpack-plugin": "0.10.5",
"url-loader": "1.1.2",
"vue-loader": "15.4.2",
"vue-template-compiler": "2.5.21",
"webpack": "4.28.3",
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "3.2.0",
"webpack-dev-middleware": "3.4.0",
"webpack-dev-server": "3.1.14",
"webpack-hot-middleware": "2.24.3",
"webpack-merge": "4.1.5",
"xhr-mock": "2.4.1"
},
"engines": {
"node": ">= 8.0.0",
"yarn": ">= 1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}