-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "ng-libraries",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest"
},
"private": true,
"dependencies": {
"@alkemist/compare-engine": "^1.3.6",
"@alkemist/ngx-data-store": "^1.0.9",
"@alkemist/ngx-state-manager": "^1.2.25",
"@alkemist/smart-tools": "^1.1.19",
"@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/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.2",
"@angular/cli": "^17.3.2",
"@angular/compiler-cli": "^17.3.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.3.1",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^17.3.0",
"ts-jest": "^29.1.0",
"typescript": "~5.4.2"
}
}