-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
104 lines (104 loc) · 2.97 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
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.32.6",
"license": "MIT",
"main": "recurly.js",
"repository": {
"type": "git",
"url": "git://github.com/recurly/recurly-js.git"
},
"workspaces": [
"packages/*"
],
"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": ">=18.0.0"
},
"browserslist": [
"last 1 version",
"> 1%"
],
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@definitelytyped/dtslint": "^0.0.159",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@wdio/browserstack-service": "^8.8.6",
"@wdio/cli": "^8.8.6",
"@wdio/local-runner": "^8.8.6",
"@wdio/mocha-framework": "^8.8.6",
"@wdio/spec-reporter": "^8.8.6",
"ajv": "^6.12.6",
"assert": "^2.1.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.0.0",
"chromedriver": "^100.0.0",
"combinations": "^1.0.0",
"coveralls": "^3.1.0",
"css-loader": "^3.6.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"current-git-branch": "^1.1.0",
"electron": "^18.3.7",
"eslint": "^6.8.0",
"geckodriver": "^3.2.0",
"glob": "^7.1.6",
"karma": "^6.4.2",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.0.3",
"karma-electron": "^7.1.0",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^1.3.0",
"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",
"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": "^2.7.5",
"mocha": "^10.2.0",
"process": "^0.11.10",
"sinon": "^9.0.3",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^5.0.4",
"wdio-chromedriver-service": "^8.1.1",
"wdio-geckodriver-service": "^4.1.1",
"wdio-image-comparison-service": "^5.0.2",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}