-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 Bytes
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
{
"dependencies": {
"@angular/animations": "^17.2.1",
"@angular/common": "^21.1.5",
"@angular/compiler": "^21.1.5",
"@angular/core": "^21.1.5",
"@angular/forms": "^17.2.1",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"@types/hammerjs": "^2.0.39",
"hammerjs": "^2.0.8",
"igniteui-angular": "17.1.0-rc.0",
"igniteui-angular-charts": "17.2.1",
"igniteui-angular-core": "17.2.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.1",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@types/node": "18.17.0",
"jasmine-core": "5.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.3"
}
}