-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.95 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
{
"name": "@piwikpro/ngx-piwik-pro-project",
"version": "2.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-piwik-pro",
"watch": "ng build --watch --configuration development",
"test": "ng test ngx-piwik-pro --no-watch --no-progress --browsers=ChromeHeadless",
"test:dev": "ng test ngx-piwik-pro",
"lint": "ng lint ngx-piwik-pro",
"build:docs": "typedoc && concat-md --decrease-title-levels --start-title-level-at=2 docs_raw > README.md && node scripts/postProcessDocs.mjs"
},
"private": false,
"repository": "https://github.com/PiwikPRO/ngx-piwik-pro",
"author": "Piwik PRO <[email protected]> (https://www.piwik.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PiwikPRO/ngx-piwik-pro/issues"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/PiwikPRO/ngx-piwik-pro#readme",
"dependencies": {
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/material": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"rxjs": "~7.8.1",
"tslib": "^2.8.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.9",
"@angular/cli": "^18.2.9",
"@angular/compiler-cli": "^18.2.8",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.7.6",
"concat-md": "^0.5.1",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.2.1",
"ng-samurai": "^3.0.0",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^5.5.4"
},
"workspaces": ["projects/ngx-piwik-pro"]
}