forked from recurly/recurly-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.65 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
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.21.1",
"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.4",
"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.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@koa/cors": "^3.1.0",
"@wdio/appium-service": "^6.8.0",
"@wdio/browserstack-service": "^6.8.0",
"@wdio/cli": "^6.8.1",
"@wdio/local-runner": "^6.8.1",
"@wdio/mocha-framework": "^6.8.0",
"@wdio/spec-reporter": "^6.8.1",
"@wdio/sync": "^6.8.0",
"ajv": "^6.12.6",
"appium": "^1.20.2",
"appium-webdriveragent": "^2.31.0",
"assert": "^2.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.1",
"babel-plugin-istanbul": "^6.0.0",
"chromedriver": "^89.0.0",
"combinations": "^1.0.0",
"coveralls": "^3.1.0",
"css-loader": "^3.6.0",
"current-git-branch": "^1.1.0",
"dtslint": "^3.7.0",
"electron": "^12.2.3",
"eslint": "^6.8.0",
"geckodriver": "^1.20.0",
"glob": "^7.1.6",
"karma": "^5.2.3",
"karma-android-emulator-launcher": "0.0.1",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-electron": "^7.1.0",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^1.3.0",
"karma-ios-simulator-launcher": "git+https://[email protected]/chrissrogers/karma-ios-simulator-launcher.git",
"karma-mocha": "^2.0.1",
"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.12",
"karma-virtualbox-ie11-launcher": "^1.2.6",
"koa": "^2.13.0",
"koa-better-http-proxy": "^0.2.5",
"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.1",
"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.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sinon": "^9.0.3",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^3.9.7",
"wdio-chromedriver-service": "^6.0.4",
"wdio-geckodriver-service": "^1.1.1",
"wdio-image-comparison-service": "^1.14.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"optionalDependencies": {
"fsevents": "^1.2.9"
}
}