-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
52 lines (52 loc) · 1.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
{
"name": "@wealthica/wealthica.js",
"version": "0.0.25",
"description": "Official Wealthica Add-on Library",
"main": "index.js",
"scripts": {
"watch:test": "npm t -- --watch",
"test": "npm-run-all test:*",
"test:unit": "mocha tests/unit/*.spec.js -r jsdom-global/register -r babel-core/register",
"test:integration": "mocha tests/integration/bootstrap.js --recursive tests/integration/*.spec.js -r babel-core/register -r babel-polyfill -t 15000",
"prebuild": "rimraf dist",
"build": "webpack",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"author": "Wealthica Financial Technology Inc. <[email protected]> (https://wealthica.com/)",
"license": "MIT",
"dependencies": {
"es6-promise": "~4.2.8",
"eventemitter3": "3.0.0",
"iframe-resizer": "3.5.15",
"js-channel": "1.0.1297",
"lodash": "~4.17.13"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-lodash": "3.3.2",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-webpack-plugin": "^2.5.3",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
"mocha": "~8.3.2",
"npm-run-all": "4.1.2",
"puppeteer": "~8.0.0",
"rimraf": "2.6.2",
"serve": "^11.3.2",
"sinon": "4.4.6",
"webpack": "~5.31.0",
"webpack-cli": "~4.6.0",
"webpack-merge": "~5.7.3"
}
}