-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
175 lines (175 loc) · 5.8 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "lthn-app-desktop",
"version": "4.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve -c production",
"serve": "ng serve -c development",
"build": "ng build -c production",
"build:dev": "ng build -c development",
"watch": "ng build --watch -c development",
"lint": "ng lint",
"lint:styles": "stylelint ./src/**/*.scss",
"lint:ci": "npm run lint && npm run lint:styles",
"doc": "npx @compodoc/compodoc -p tsconfig.json",
"doc:serve": "npx @compodoc/compodoc -p tsconfig.json -s",
"sec": "run-s sec:auditjs sec:bidi",
"sec:auditjs": "npx auditjs@beta ossi",
"sec:bidi": "npx anti-trojan-source --files='./dist/**/*.js'",
"test": "jest --testPathPattern src/",
"test:watch": "jest --watch --testPathPattern src/"
},
"main": "src/app/main.ts",
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/elements": "^16.0.0",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^16.0.0",
"@angular/google-maps": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@asymmetrik/ngx-leaflet": "^15.0.1",
"@auth0/angular-jwt": "^5.1.2",
"@ctrl/ngx-codemirror": "^6.1.0",
"@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",
"@kurkle/color": "^0.1.9",
"@nebular/auth": "^11.0.0",
"@nebular/eva-icons": "^11.0.0",
"@nebular/security": "^11.0.0",
"@nebular/theme": "^11.0.0",
"@ngrx/component": "^15.4.0",
"@ngrx/component-store": "^15.4.0",
"@ngrx/data": "^15.4.0",
"@ngrx/effects": "^15.4.0",
"@ngrx/entity": "^15.4.0",
"@ngrx/router-store": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@swimlane/ngx-charts": "^20.1.2",
"@tinkoff/ng-polymorpheus": "^4.1.0",
"@xmldom/xmldom": "^0.8.6",
"angular2-chartjs": "0.4.1",
"axios": "^0.24.0",
"big.js": "^6.1.1",
"bootstrap": "4.3.1",
"chart.js": "2.9.4",
"ckeditor": "^4.12.1",
"classlist.js": "1.1.20150312",
"codemirror": "^5.65.13",
"config-ini-parser": "^1.5.9",
"core-js": "2.5.1",
"crypto-js": "^4.1.1",
"echarts": "^5.4.2",
"eva-icons": "^1.1.3",
"filesize": "^9.0.11",
"fontawesome-free": "^1.0.4",
"intl": "1.2.5",
"ionicons": "2.0.1",
"jszmq": "^0.1.2",
"leaflet": "^1.9.3",
"localstorage-polyfill": "^1.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"mousetrap": "^1.6.5",
"nebular-icons": "1.1.0",
"ng-terminal": "^5.5.0",
"ng2-ckeditor": "^1.3.7",
"ng2-completer": "^9.0.1",
"ng2-smart-table": "^1.7.2",
"ngrx-store-localstorage": "^15.0.0",
"ngx-echarts": "^4.2.2",
"ngx-moment": "^6.0.2",
"normalize.css": "6.0.0",
"openpgp": "^5.3.1",
"pace-js": "1.0.2",
"random-js": "^2.1.0",
"roboto-fontface": "0.8.0",
"rxjs": "6.6.2",
"rxjs-compat": "6.3.0",
"socicon": "3.0.5",
"style-loader": "^1.3.0",
"tinymce": "^4.5.12",
"tslib": "^2.4.0",
"typeface-exo": "0.0.22",
"url-polyfill": "^1.1.12",
"web-animations-js": "^2.3.2",
"xterm-addon-serialize": "^0.7.0",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-builders/jest": "latest",
"@angular-devkit/build-angular": "16.0.0",
"@angular-eslint/builder": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/schematics": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/language-service": "16.0.0",
"@briebug/jest-schematic": "^4.0.0",
"@compodoc/compodoc": "^1.1.15",
"@fortawesome/fontawesome-free": "^5.2.0",
"@ngrx/store-devtools": "^15.4.0",
"@types/angular": "^1.8.3",
"@types/bytebuffer": "^5.0.42",
"@types/chart.js": "^2.9.34",
"@types/d3-color": "1.0.5",
"@types/jasmine": "~3.3.0",
"@types/jasminewd2": "2.0.3",
"@types/jest": "^27.4.1",
"@types/leaflet": "^1.9.3",
"@types/moment-timezone": "^0.5.13",
"@types/node": "^17.0.8",
"@types/prismjs": "^1.16.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"anti-trojan-source": "^1.4.0",
"auditjs": "^4.0.1-beta.33",
"ban-sensitive-files": "^1.9.16",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "1.3.4",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"husky": "0.13.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "29.5.0",
"jest-preset-angular": "^11.1.1",
"karma": "~6.3.19",
"karma-chrome-launcher": "~3.1.1",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"loader-utils": "^2.0.4",
"moment-timezone-data-webpack-plugin": "^1.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"protractor": "~7.0.0",
"rimraf": "^3.0.2",
"stylelint": "7.13.0",
"ts-node": "3.2.2",
"tslint": "~6.1.0",
"tslint-language-service": "^0.9.9",
"typescript": "~5.0.4",
"webpack": "^5.75.0"
}
}