-
Notifications
You must be signed in to change notification settings - Fork 192
/
package.json
83 lines (83 loc) · 2.72 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
83
{
"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/ng-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": "15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/common": "15.2.10",
"@angular/compiler": "15.2.10",
"@angular/core": "15.2.10",
"@angular/forms": "15.2.10",
"@angular/localize": "15.2.10",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "15.2.10",
"@angular/platform-browser-dynamic": "15.2.10",
"@angular/router": "15.2.10",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"core-js": "3.19.2",
"rxjs": "7.4.0",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.10",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^14.4.0",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@angular/language-service": "15.2.10",
"@ng-bootstrap/ng-bootstrap": "^14.2.0",
"@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.59.8",
"@typescript-eslint/parser": "^5.59.8",
"cpy-cli": "^5.0.0",
"del-cli": "4.0.1",
"eslint": "^8.4.0",
"jasmine-core": "^3.99.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "15.2.2",
"ts-node": "10.4.0",
"typescript": "4.8.4"
},
"release": {
"branch": "master"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/angulartics/angulartics2/issues"
},
"repository": "angulartics/angulartics2",
"engines": {
"node": ">=16.13"
}
}