-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 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
{
"name": "console",
"version": "0.0.0",
"scripts": {
"app:serve:de": "ng serve console-app --configuration=development-de",
"app:serve:en": "ng serve console-app --configuration=development-en",
"app:build": "ng build console-app --localize",
"app:test": "ng test console-app",
"source:format": "prettier --config .prettierrc --parser typescript 'packages/**/*.ts' --write"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/router": "17.3.0",
"rxjs": "7.8.0",
"tslib": "2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.0",
"@angular/cli": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/localize": "17.3.0",
"@types/jasmine": "5.1.0",
"jasmine-core": "5.1.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-extract-i18n-merge": "^2.11.1",
"ng-packagr": "17.2.1",
"prettier": "^3.2.5",
"spa-http-server": "^0.9.0",
"typescript": "5.3.2"
}
}