-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
159 lines (159 loc) · 4.94 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "neuvector",
"version": "5.0.0",
"description": "NeuVector - Full Life-cycle Container Security",
"author": "SUSE NeuVector",
"license": "Apache License",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "node merge-i18n.js",
"build": "ng lint --fix; ng build --configuration production",
"lint": "ng lint --fix",
"lint:check": "ng lint",
"format": "prettier --write \"websrc/app/**/*.{ts,html,json}\"",
"format:check": "prettier --config ./.prettierrc --list-different \"websrc/app/**/*.{ts,html,json}\"",
"prebuild:watch": "npm run prebuild",
"build:watch": "ng lint --fix; ng build --watch --configuration development",
"test": "ng test"
},
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "14.3.0",
"@angular/cdk": "14.2.7",
"@angular/common": "14.3.0",
"@angular/compiler": "14.3.0",
"@angular/core": "14.3.0",
"@angular/forms": "14.3.0",
"@angular/material": "14.2.7",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@antv/g6": "^4.8.9",
"@circlon/angular-tree-component": "11.0.4",
"@fortawesome/fontawesome-free": "5.15.4",
"@fullcalendar/angular": "5.11.5",
"@fullcalendar/bootstrap": "4.4.2",
"@fullcalendar/core": "4.4.2",
"@fullcalendar/daygrid": "4.4.2",
"@fullcalendar/interaction": "4.4.2",
"@fullcalendar/list": "4.4.2",
"@fullcalendar/timegrid": "4.4.2",
"@ngx-formly/core": "^5.11.1",
"@ngx-formly/material": "^5.11.1",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"ag-grid-angular": "^31.3.4",
"ag-grid-community": "^31.3.4",
"ang-jsoneditor": "^1.10.5",
"angular-gauge": "^4.0.0",
"angular-imask": "6.6.3",
"angular-notifier": "^11.0.0",
"axe-core": "^4.4.1",
"bootstrap": "5.3.3",
"chart.js": "3.9.1",
"classlist.js": "1.1.20150312",
"codemirror": "5.62.0",
"core-js": "3.41.0",
"country-flag-icons": "^1.5.5",
"easy-pie-chart": "2.1.7",
"enhanced-resolve": "3.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"file-saver": "^2.0.5",
"hammerjs": "2.0.8",
"html-entities": "^2.3.3",
"intl": "1.2.5",
"jqcloud2": "2.0.3",
"jquery": "3.7.1",
"jquery-slimscroll": "1.3.8",
"jquery-sparkline": "2.4.0",
"jquery.browser": "0.1.0",
"jsoneditor": "^9.9.2",
"lodash": "4.17.21",
"moment": "2.30.1",
"ng2-charts": "3.0.8",
"ng2-file-upload": "^1.4.0",
"ngx-avatar": "^4.1.0",
"ngx-bootstrap": "5.6.2",
"ngx-cookie-service": "13.1.2",
"ngx-infinite-scroll": "9.1.0",
"ngx-select-ex": "4.0.0",
"ngx-toastr": "13.2.1",
"ngx-webstorage-service": "^5.0.0",
"pako": "^2.0.4",
"popper.js": "1.16.1",
"prettier": "^2.6.2",
"prettier-eslint": "^13.0.0",
"roboto-fontface": "0.10.0",
"rxjs": "6.6.7",
"rxjs-compat": "6.6.7",
"save-dev": "0.0.1-security",
"screenfull": "3.3.3",
"simple-line-icons": "2.5.5",
"spinkit": "1.2.5",
"summernote": "0.9.1",
"sweetalert": "2.1.2",
"time-ago-pipe": "^1.3.2",
"ts-helpers": "1.1.2",
"tslib": "2.8.1",
"uuid": "^8.3.2",
"web-animations-js": "2.3.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "14.1.0",
"@angular-devkit/build-angular": "14.2.13",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/schematics": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@angular/cli": "14.2.13",
"@angular/compiler-cli": "14.3.0",
"@types/codemirror": "0.0.109",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "3.10.18",
"@types/jasminewd2": "2.0.13",
"@types/jquery": "3.5.32",
"@types/lodash": "4.14.118",
"@types/node": "12.20.55",
"@types/uuid": "^8.3.4",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.12.0",
"eslint-plugin-angular-data-test-id": "^1.0.0",
"husky": "^7.0.4",
"jasmine-core": "3.99.1",
"jasmine-spec-reporter": "5.0.2",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "1.0.1",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.7.0",
"karma-read-json": "1.1.0",
"loaders.css": "0.1.2",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "4.6.2"
},
"overrides": {
"@angular/cli": {
"semver": "7.7.1"
},
"@angular-eslint/schematics": {
"semver": "7.7.1"
},
"@nrwl/devkit": {
"semver": "7.7.1"
},
"@nrwl/cli": {
"semver": "7.7.1"
}
}
}