-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy pathpackage.json
123 lines (123 loc) · 3.6 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
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.14.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
"type": "git",
"url": "git://github.com/recurly/recurly-js.git"
},
"types": "types",
"dependencies": {
"array-unique": "^0.3.2",
"bowser": "^1.9.4",
"component-clone": "^0.2.3",
"component-each": "0.2.6",
"component-emitter": "^1.3.0",
"component-find": "1.0.0",
"currency-symbol-map": "^4.0.4",
"debug": "^3.2.6",
"deep-filter": "^1.0.2",
"intersect": "^1.0.1",
"jsonp": "^0.2.1",
"load-script": "^1.0.0",
"lodash.chunk": "^4.2.0",
"lodash.isempty": "^4.4.0",
"lodash.pick": "^4.4.0",
"nanoid": "^2.1.9",
"promise": "^8.0.3",
"qs": "^6.9.3",
"string-squish": "^1.0.3",
"tabbable": "^4.0.0",
"to-slug-case": "^1.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE >= 11"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-proposal-export-default-from": "^7.8.0",
"@babel/plugin-transform-object-assign": "^7.8.0",
"@babel/preset-env": "^7.9.5",
"@koa/cors": "^3.0.0",
"@wdio/appium-service": "^6.1.16",
"@wdio/browserstack-service": "^6.1.15",
"@wdio/cli": "^6.3.4",
"@wdio/local-runner": "^6.3.4",
"@wdio/mocha-framework": "^6.3.0",
"@wdio/spec-reporter": "^6.3.0",
"@wdio/sync": "^6.3.3",
"ajv": "^6.12.2",
"appium": "^1.17.1",
"appium-webdriveragent": "^2.19.0",
"assert": "^2.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chromedriver": "^83.0.0",
"combinations": "^1.0.0",
"coveralls": "^3.0.13",
"css-loader": "^3.5.2",
"current-git-branch": "^1.1.0",
"dtslint": "^3.4.1",
"electron": "^9.0.2",
"eslint": "^6.8.0",
"geckodriver": "^1.19.1",
"glob": "^7.1.6",
"karma": "^5.1.0",
"karma-android-emulator-launcher": "0.0.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-electron": "^6.3.0",
"karma-firefox-launcher": "^1.3.0",
"karma-ios-simulator-launcher": "git+https://git@github.com/chrissrogers/karma-ios-simulator-launcher.git",
"karma-mocha": "^2.0.0",
"karma-mocha-reporter": "^2.2.2",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.4.0",
"karma-virtualbox-edge-launcher": "^1.1.11",
"karma-virtualbox-ie11-launcher": "^1.2.5",
"koa": "^2.11.0",
"koa-better-http-proxy": "^0.2.4",
"koa-bodyparser": "^4.3.0",
"koa-cors": "0.0.16",
"koa-ejs": "^4.3.0",
"koa-json": "^2.0.2",
"koa-jsonp": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-override": "^3.0.0",
"koa-qs": "^3.0.0",
"koa-route": "^3.2.0",
"koa-send": "^5.0.0",
"lodash.after": "^4.0.4",
"lodash.foreach": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"memoize-one": "^5.1.1",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sinon": "^9.0.2",
"terser-webpack-plugin": "^2.3.2",
"typescript": "^3.8.3",
"wdio-chromedriver-service": "^6.0.3",
"wdio-geckodriver-service": "^1.0.3",
"wdio-image-comparison-service": "^1.13.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0"
},
"optionalDependencies": {
"fsevents": "^1.2.9"
}
}