-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.24 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "sandbox",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@ag-grid-community/angular": "^30.0.6",
"@ag-grid-community/core": "^30.0.6",
"@ag-grid-community/styles": "^30.0.6",
"@ag-grid-community/client-side-row-model": "^30.0.6",
"@ag-grid-community/infinite-row-model": "^30.0.6",
"@ag-grid-community/csv-export": "^30.0.6",
"@ag-grid-enterprise/core": "^30.0.6",
"@ag-grid-enterprise/charts": "^30.0.6",
"@ag-grid-enterprise/sparklines": "^30.0.6",
"@ag-grid-enterprise/clipboard": "^30.0.6",
"@ag-grid-enterprise/column-tool-panel": "^30.0.6",
"@ag-grid-enterprise/excel-export": "^30.0.6",
"@ag-grid-enterprise/filter-tool-panel": "^30.0.6",
"@ag-grid-enterprise/master-detail": "^30.0.6",
"@ag-grid-enterprise/menu": "^30.0.6",
"@ag-grid-enterprise/range-selection": "^30.0.6",
"@ag-grid-enterprise/rich-select": "^30.0.6",
"@ag-grid-enterprise/row-grouping": "^30.0.6",
"@ag-grid-enterprise/server-side-row-model": "^30.0.6",
"@ag-grid-enterprise/set-filter": "^30.0.6",
"@ag-grid-enterprise/multi-filter": "^30.0.6",
"@ag-grid-enterprise/side-bar": "^30.0.6",
"@ag-grid-enterprise/status-bar": "^30.0.6",
"@ag-grid-enterprise/viewport-row-model": "^30.0.6",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0",
"moment": "^2.29.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.4"
}
}