forked from angulartics/angulartics2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.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
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 <[email protected]> (http://github.com/JonnyBGod)",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "del-cli dist",
"build": "ng-packagr -p src/lib/package.json",
"postbuild": "cpy README.md LICENSE dist",
"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",
"ghpages": "ng build --configuration production --no-progress --baseHref='/angulartics2/'"
},
"private": true,
"dependencies": {
"@angular/animations": "13.0.3",
"@angular/cdk": "13.0.3",
"@angular/common": "13.0.3",
"@angular/compiler": "13.0.3",
"@angular/core": "13.0.3",
"@angular/forms": "13.0.3",
"@angular/localize": "13.0.3",
"@angular/material": "13.0.3",
"@angular/platform-browser": "13.0.3",
"@angular/platform-browser-dynamic": "13.0.3",
"@angular/router": "13.0.3",
"@ng-bootstrap/ng-bootstrap": "10.0.0",
"bootstrap": "4.5.0",
"core-js": "3.19.2",
"rxjs": "7.4.0",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.0.4",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.0.4",
"@angular/compiler-cli": "13.0.3",
"@angular/language-service": "13.0.3",
"@types/applicationinsights-js": "1.0.9",
"@types/facebook-pixel": "0.0.24",
"@types/google.analytics": "0.0.42",
"@types/jasmine": "3.10.2",
"@types/node": "16.11.11",
"@types/segment-analytics": "0.0.34",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"cpy-cli": "3.1.1",
"del-cli": "4.0.1",
"eslint": "^8.4.0",
"jasmine-core": "3.10.1",
"karma": "6.3.9",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage": "2.1.0",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"ng-packagr": "13.0.8",
"ts-node": "10.4.0",
"typescript": "4.4.4"
},
"release": {
"branch": "master"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/angulartics/angulartics2/issues"
},
"repository": "angulartics/angulartics2",
"engines": {
"node": ">=10"
}
}