-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "composite-analytics",
"version": "1.0.0",
"description": "Open-source library for user behavior tracking on any device able to run javascript.",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js",
"build": "webpack --config webpack.config.js --colors",
"start": "webpack-dev-server"
},
"author": "Isaque Dias <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browserslist-config-clay-components": "^2.0.3",
"chai": "^4.1.2",
"eslint": "^4.11.0",
"eslint-config-liferay": "^2.0.9",
"fetch-mock": "^5.13.1",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^2.0.5",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"metal-dom": "^2.16.5",
"mocha": "^4.0.1",
"prettier-eslint-cli": "^4.4.0",
"rimraf": "^2.6.2",
"sinon": "^4.1.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.10"
}
}