-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.61 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
{
"name": "ng-log-facebook-analytics",
"version": "1.1.2",
"author": "DagonMetric",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dagonmetric/ng-log-facebook-analytics.git"
},
"bugs": {
"url": "https://github.com/dagonmetric/ng-log-facebook-analytics/issues"
},
"homepage": "https://github.com/dagonmetric/ng-log-facebook-analytics",
"scripts": {
"ng": "ng",
"lib": "lib",
"lint": "eslint -c .eslintrc.json --ext .js,.ts .",
"build": "lib build --env.prod",
"test": "ng test -c=ci",
"e2e": "ng e2e -c=ci"
},
"dependencies": {
"@angular/common": "^12.2.4",
"@angular/core": "^12.2.4",
"@dagonmetric/ng-log": "^2.3.3",
"rxjs": "^7.3.0",
"tslib": "~2.3.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.3",
"@angular/cli": "^12.2.4",
"@angular/compiler": "^12.2.4",
"@angular/compiler-cli": "^12.2.4",
"@angular/language-service": "^12.2.4",
"@angular/platform-browser": "^12.2.4",
"@angular/platform-browser-dynamic": "^12.2.4",
"@types/jasmine": "^3.8.2",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.17.14",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-prettier": "^4.0.0",
"jasmine-core": "^3.9.0",
"lib-tools": "^2.0.4",
"prettier": "^2.3.2",
"protractor": "~7.0.0",
"ts-node": "^10.2.1",
"tsickle": "^0.39.1",
"typescript": "~4.1.5",
"zone.js": "^0.11.4"
}
}