-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.75 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
{
"name": "dtracker",
"version": "0.2.0",
"description": "dtracker for collect data",
"main": "index.js",
"scripts": {
"watch": "browser-sync start --proxy='localhost:8080' --files='*.html, dist/*.js'",
"build": "npm run lint && rollup -c --watch",
"test": "jest",
"lint": "eslint *.js src/",
"lint:watch": "esw *.js src/ -w"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.0",
"babel-jest": "^28.1.3",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-watch": "^8.0.0",
"http-server": "^14.1.1",
"jest": "^28.1.3",
"object-assign": "^4.1.1",
"prettier": "^1.14.3",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-cleanup": "^3.0.0-beta.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"uglify-es": "^3.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"tracking",
"js",
"sdk",
"bridge"
],
"author": "ihtml5",
"license": "MIT",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0"
}
}