-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathpackage.json
69 lines (69 loc) · 2.4 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
{
"name": "angular-google-tag-manager",
"version": "1.11.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mzuccaroli/angular-google-tag-manager"
},
"description": "A service library for integrate google tag manager in your angular project",
"author": "marcozuccaroli@gmail.com",
"contributors": [
"Marco Zuccaroli <marcozuccaroli@gmail.com>",
"Nils Thomann <nils.thomann@quickline.ch>",
"Alvaro Junqueira <alvarocjunq@gmail.com>",
"Jason Gravell <https://github.com/GravlLift>",
"Michael Doyle <michael@thehypometer.com>",
"Mathieu Maes <mathieu@webberig.be>",
"Stefano Cestari <https://github.com/stefanocestari>",
"LE LAY Olivier <https://github.com/liollury>",
"Antoine Bursaux <https://github.com/bursauxa>",
"Brandon Largeau <https://github.com/Yberion>",
"Perry M <https://github.com/pm20390>",
"Guillaume Masson <https://github.com/MassonGuillaume>",
"henriqueformiga <https://github.com/henriqueformiga>"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:demo-application": "ng build demo-application",
"build:lib": "ng build angular-google-tag-manager",
"build:lib:prod": "ng build angular-google-tag-manager --configuration=production",
"test:lib": "ng test angular-google-tag-manager",
"lint:lib": "ng lint angular-google-tag-manager",
"version": "ng version"
},
"private": true,
"dependencies": {
"@angular/animations": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"rxjs": "~7.8.1",
"tslib": "~2.5.2",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.10",
"@types/node": "~18.15.3",
"codelyzer": "~6.0.2",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "~19.0.0",
"ts-node": "~10.9.1",
"typescript": "~5.5.4"
}
}