-
-
Notifications
You must be signed in to change notification settings - Fork 605
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 890 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 890 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
32
{
"name": "@tanstack/form-example-angular-array",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng cache clean && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^20.3.1",
"@angular/common": "^20.3.1",
"@angular/compiler": "^20.3.1",
"@angular/core": "^20.3.1",
"@angular/forms": "^20.3.1",
"@angular/platform-browser": "^20.3.1",
"@angular/platform-browser-dynamic": "^20.3.1",
"@angular/router": "^20.3.1",
"@tanstack/angular-form": "^1.28.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.2",
"@angular/cli": "^20.3.2",
"@angular/compiler-cli": "^20.3.1",
"typescript": "5.8.2"
}
}