-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.09 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.09 KB
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": "ngx-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib-slide-panel": "ng build --configuration production --project=ngx-mat-slide-panel",
"build:watch-slide-panel": "ng build --project=ngx-mat-slide-panel --watch",
"build:lib-popover": "ng build --configuration production --project=ngx-popover",
"build:watch-popover": "ng build --project=ngx-popover --watch",
"build:thaana-input": "ng build --configuration production --project=thaana-input",
"build:watch-thaana-input": "ng build --project=thaana-input --watch",
"test": "ng test",
"test:lib-slide-panel": "ng test --project=ngx-mat-slide-panel",
"test:lib-popover": "ng test --project=ngx-popover",
"lint": "ng lint",
"lint:lib-slide-panel": "ng lint --project=ngx-mat-slide-panel",
"lint:lib-popover": "ng lint --project=ngx-popover",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.3",
"@angular/cdk": "^21.0.2",
"@angular/common": "^21.0.3",
"@angular/compiler": "^21.0.3",
"@angular/core": "^21.0.3",
"@angular/forms": "^21.0.3",
"@angular/material": "^21.0.2",
"@angular/platform-browser": "^21.0.3",
"@angular/platform-browser-dynamic": "^21.0.3",
"@angular/router": "^21.0.3",
"rxjs": "~7.8.1",
"tslib": "^2.3.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.2",
"@angular/cli": "^21.0.2",
"@angular/compiler-cli": "^21.0.3",
"@angular/language-service": "^21.0.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^21.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~5.9.3"
}
}