-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 836 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
{
"name": "tanstack-angular-table-example-basic-app-table",
"scripts": {
"ng": "ng",
"start": "ng serve --port 5173",
"dev": "ng serve --port 5173",
"build": "ng build",
"lint": "eslint ./src",
"watch": "ng build --watch --configuration development"
},
"private": true,
"packageManager": "pnpm@11.1.3",
"dependencies": {
"@angular/common": "^21.2.13",
"@angular/compiler": "^21.2.13",
"@angular/core": "^21.2.13",
"@angular/forms": "^21.2.13",
"@angular/platform-browser": "^21.2.13",
"@faker-js/faker": "^10.4.0",
"@tanstack/angular-table": "^9.0.0-alpha.49",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.2.11",
"@angular/cli": "^21.2.11",
"@angular/compiler-cli": "^21.2.13",
"typescript": "6.0.3"
}
}