-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.75 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "colid-data-lineage",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test --watch=true --source-map --code-coverage",
"test:ci": "ng test --browsers=ChromeHeadlessNoSandbox --watch=false --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@ag-grid-community/angular": "32.1.x",
"@ag-grid-community/client-side-row-model": "32.1.x",
"@ag-grid-community/styles": "32.1.x",
"@angular/animations": "17.3.x",
"@angular/cdk": "17.3.x",
"@angular/common": "17.3.x",
"@angular/compiler": "17.3.x",
"@angular/core": "17.3.x",
"@angular/forms": "17.3.x",
"@angular/material": "17.3.x",
"@angular/material-moment-adapter": "17.3.x",
"@angular/platform-browser": "17.3.x",
"@angular/platform-browser-dynamic": "17.3.x",
"@angular/router": "17.3.x",
"@azure/msal-angular": "3.0.x",
"@azure/msal-browser": "3.24.x",
"@fortawesome/angular-fontawesome": "0.14.x",
"@fortawesome/fontawesome-svg-core": "6.2.x",
"@fortawesome/free-regular-svg-icons": "6.2.x",
"@fortawesome/free-solid-svg-icons": "6.2.x",
"@ng-select/ng-select": "^12.0.7",
"@ngxs/router-plugin": "^3.8.2",
"@ngxs/store": "^3.8.2",
"bootstrap": "^4.5.3",
"d3": "7.0.0",
"material-icons": "^1.12.0",
"moment": "^2.29.4",
"ngx-cookie": "6.0.1",
"ngx-image-zoom": "^1.0.1",
"ngx-infinite-scroll": "^17.0.0",
"ngx-quill": "^25.3.2",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"uuid": "^9.0.0",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.x",
"@angular-devkit/schematics": "17.3.x",
"@angular-eslint/builder": "17.5.x",
"@angular-eslint/eslint-plugin": "17.5.x",
"@angular-eslint/eslint-plugin-template": "17.5.x",
"@angular-eslint/schematics": "17.5.x",
"@angular-eslint/template-parser": "17.5.x",
"@angular/cli": "17.3.x",
"@angular/compiler-cli": "17.3.x",
"@types/d3": "7.0.0",
"@types/d3-selection": "^3.0.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"jasmine-core": "3.99.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"ts-node": "10.9.1",
"typescript": "5.4.5"
}
}