forked from angulartics/angulartics2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.59 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.59 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
77
78
79
80
81
82
{
"name": "angulartics2",
"description": "Vendor-agnostic web analytics for Angular2 applications",
"homepage": "https://angulartics.github.io/angulartics2/",
"author": "João Ribeiro <jonnybgod@gmail.com> (http://github.com/JonnyBGod)",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "rimraf dist",
"build": "ts-node -O '{\"module\": \"commonjs\"}' build.ts",
"test": "ng test --watch=false --browsers=ChromeCI",
"test:ci": "ng test --code-coverage --watch=false --no-progress --browsers=ChromeCI",
"test:watch": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"presemantic-release": "cp -R .git dist/packages-dist",
"semantic-release": "cd dist/packages-dist && semantic-release",
"ghpages": "ng build --prod --no-progress --baseHref='/angulartics2/'"
},
"private": true,
"dependencies": {
"@angular/animations": "10.0.3",
"@angular/cdk": "10.0.1",
"@angular/common": "10.0.3",
"@angular/compiler": "10.0.3",
"@angular/core": "10.0.3",
"@angular/forms": "10.0.3",
"@angular/localize": "10.0.3",
"@angular/material": "10.0.1",
"@angular/platform-browser": "10.0.3",
"@angular/platform-browser-dynamic": "10.0.3",
"@angular/router": "10.0.3",
"@ng-bootstrap/ng-bootstrap": "7.0.0",
"@uirouter/angular": "6.0.3",
"@uirouter/core": "6.0.5",
"@uirouter/rx": "0.6.5",
"bootstrap": "4.5.0",
"core-js": "3.6.5",
"rxjs": "6.6.0",
"tslib": "2.0.0",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1000.2",
"@angular/cli": "10.0.2",
"@angular/compiler-cli": "10.0.3",
"@angular/language-service": "10.0.3",
"@types/applicationinsights-js": "1.0.9",
"@types/facebook-pixel": "0.0.20",
"@types/fs-extra": "9.0.1",
"@types/google.analytics": "0.0.40",
"@types/jasmine": "3.5.11",
"@types/node": "14.0.22",
"@types/segment-analytics": "0.0.32",
"codelyzer": "6.0.0",
"del": "5.1.0",
"fs-extra": "9.0.1",
"jasmine-core": "3.5.0",
"karma": "5.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "3.3.1",
"karma-jasmine-html-reporter": "1.5.4",
"ng-packagr": "10.0.1",
"semantic-release": "17.1.1",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"typescript": "3.9.6"
},
"release": {
"branch": "master"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/angulartics/angulartics2/issues"
},
"repository": "angulartics/angulartics2",
"engines": {
"node": ">=8"
}
}