-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
83 lines (83 loc) · 3.47 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": "@microsoft/applicationinsights-angularplugin-js",
"version": "15.3.6",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",
"types": "dist/microsoft-applicationinsights-angularplugin-js.d.ts",
"metadata": "dist/microsoft-applicationinsights-angularplugin-js.metadata.json",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/applicationinsights-angularplugin-js"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"rebuild": "npm run build && npm run test",
"build": "npm run lintfix && ng build --configuration production",
"test": "ng test --watch=false --browsers=ChromeHeadless --code-coverage=true",
"watch": "ng test",
"lint": "ng lint",
"lintfix": "ng lint --fix",
"clean": "git clean -xdf",
"gh-status": "node ./tools/status-tools/github-status.js",
"npm-package": "node ./tools/release-tools/npm-package.js",
"setVersion": "cd ./tools/release-tools && npm install && cd ../.. && node ./tools/release-tools/setVersion.js",
"setAiVersion": "cd ./tools/release-tools && npm install && cd ../.. && node ./tools/release-tools/setAiVersion.js"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.9",
"@angular-eslint/builder": "15.0.0",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/schematics": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/animations": "^15.2.9",
"@angular/cli": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.9",
"@angular/compiler-cli": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@microsoft/applicationinsights-analytics-js": "^3.3.6",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chromium": "^3.0.3",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"ng-packagr": "^15.2.2",
"protractor": "~7.0.0",
"puppeteer": "^22.12.1",
"rxjs": "~6.6.0",
"ts-node": "~8.3.0",
"tslib": "^2.6.2",
"typescript": "~4.9.5",
"zone.js": "^0.11.8"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.3.6",
"@microsoft/applicationinsights-core-js": "^3.3.6",
"@microsoft/applicationinsights-properties-js": "^3.3.6",
"@microsoft/applicationinsights-shims": "^3.0.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/common": ">= 14.0.3",
"@angular/core": ">= 14.0.3",
"@microsoft/applicationinsights-analytics-js": "^3.3.6"
},
"license": "MIT"
}