-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
67 lines (67 loc) · 2.09 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
64
65
66
67
{
"name": "click-house-play",
"version": "1.0.32",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"build:demo": "ng build --base-href='/clickhouse-mate/'",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@ag-grid-community/all-modules": "^27.1.0",
"@ag-grid-community/angular": "^28.1.1",
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@angular/router": "^14.1.3",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@ngrx/component-store": "^14.3.1",
"@ngrx/effects": "^14.3.1",
"@ngrx/entity": "^14.3.1",
"@ngrx/router-store": "^14.3.1",
"@ngrx/store": "^14.3.1",
"@ngrx/store-devtools": "^14.3.1",
"ace-builds": "^1.4.14",
"ag-grid-angular": "^28.1.1",
"ag-grid-community": "^28.1.1",
"angular-split": "^13.2.0",
"ng2-ace-editor": "^0.3.9",
"ngx-ace-wrapper": "^12.0.0",
"ngx-csv-parser": "^1.1.1",
"ngx-json-viewer": "^3.0.2",
"ngx-uplot": "0.0.6",
"rxjs": "^7.3.0",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"uplot": "^1.6.22",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.3",
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@types/jasmine": "^4.0.2",
"@types/node": "^18.7.13",
"jasmine-core": "^4.1.0",
"karma": "^6.3.18",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.0.0",
"karma-jasmine-html-reporter": "^2.0.0",
"typescript": "^4.7.4"
},
"license": "AGPLv3"
}