-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.14 KB
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
{
"name": "ag-grid-performance-angular",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "oxlint . && pnpm typecheck",
"typecheck": "tsc -p tsconfig.app.json --noEmit"
},
"dependencies": {
"@angular/animations": "^21.1.1",
"@angular/common": "^21.1.1",
"@angular/compiler": "^21.1.1",
"@angular/core": "^21.1.1",
"@angular/platform-browser": "^21.1.1",
"@angular/platform-browser-dynamic": "^21.1.1",
"ag-charts-community": "14.0.2",
"ag-charts-enterprise": "14.0.2",
"ag-grid-angular": "36.0.2",
"ag-grid-community": "36.0.2",
"ag-grid-enterprise": "36.0.2",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.2.2",
"@angular/build": "^21.1.1",
"@angular/compiler-cli": "^21.1.1",
"@types/node": "^25.0.10",
"oxlint": "^1.41.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}