forked from snowplow/snowplow-javascript-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.47 KB
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
{
"name": "snowplow",
"private": true,
"license": "Simplified BSD",
"scripts": {
"bootstrap": "lerna bootstrap --no-ci --hoist",
"build": "lerna run build --stream",
"test": "lerna run test --stream",
"test:integration": "lerna run test:integration --stream"
},
"devDependencies": {
"@babel/cli": "^7.2.2",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@babel/runtime-corejs2": "^7.2.0",
"@wdio/cli": "^5.3.0",
"@wdio/dot-reporter": "^5.2.3",
"@wdio/local-runner": "^5.3.0",
"@wdio/mocha-framework": "^5.2.8",
"@wdio/sauce-service": "^5.3.2",
"@wdio/selenium-standalone-service": "^5.2.2",
"@wdio/spec-reporter": "^5.2.3",
"JSON": "1.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-minify": "^0.5.0",
"canvas": "^2.3.1",
"chai": "4.2.0",
"chromedriver": "^2.45.0",
"dotenv": "^6.2.0",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"express": "^4.16.4",
"grunt": "^1.0.3",
"grunt-aws": "0.6.2",
"js-base64": "^2.4.9",
"jsdom": "^13.1.0",
"lerna": "^3.8.4",
"mocha": "^5.2.0",
"nyc": "13.1.0",
"rollup": "^1.0.0",
"rollup-plugin-analyzer": "^3.0.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-gzip": "^2.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-typescript": "^1.0.0",
"semver": "5.6.0",
"sinon": "^7.2.2",
"source-map-support": "0.5.9",
"ts-node": "7.0.1",
"tslib": "^1.9.3",
"webdriverio": "^5.3.0"
},
"browserslist": [
"last 2 versions and > 1% in US"
],
"browserslist_alt": [
"> 1%",
"last 2 versions",
"not dead",
"not ie <=11",
"not ie_mob <= 11",
"not android < 5"
]
}