-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·31 lines (31 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
31
{
"name": "angular.dev",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.0.0-next",
"@angular/aria": "^22.0.0-next",
"@angular/cdk": "^22.0.0-next",
"@angular/common": "^22.0.0-next",
"@angular/compiler": "^22.0.0-next",
"@angular/core": "^22.0.0-next",
"@angular/forms": "^22.0.0-next",
"@angular/material": "^22.0.0-next",
"@angular/platform-browser": "^22.0.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^22.0.0-next",
"@angular/cli": "^22.0.0-next",
"@angular/compiler-cli": "^22.0.0-next",
"typescript": "~6.0.3"
}
}