-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
111 lines (111 loc) · 3.47 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
{
"name": "luna",
"version": "2.0.2",
"license": "GPLv3",
"scripts": {
"ng": "ng",
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve --hmr --proxy-config proxy.conf.json --host 0.0.0.0 --base-href=/luna/ --disable-host-check",
"build": "NODE_OPTIONS=--openssl-legacy-provider ng build --prod --base-href=/luna/ --output-path 'luna'",
"extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --sort --format namespaced-json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"abandon": {
"@swimlane/ngx-datatable": "^11.3.2",
"body-parser": "^1.18.2",
"clipboard": "^1.7.1",
"compass-mixins": "^0.12.10",
"directory-encoder": "^0.9.2",
"handlebars": "^4.1.2",
"intl": "1.2.5",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0",
"jvectormap": "1.2.2",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"materialize-css": "^0.100.2",
"ng2-charts": "^1.5.0",
"ngx-bootstrap": "^1.6.6",
"ngx-layer": "0.0.4",
"ngx-perfect-scrollbar": "5.2.0",
"peity": "^3.3.0",
"roboto-fontface": "^0.8.0",
"sass-math": "^1.0.0",
"tether": "^1.4.4",
"npm-font-open-sans": "^1.1.0",
"@swimlane/ngx-ui": "^25.11.0",
"utf-8-validate": "^5.0.2"
},
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/flex-layout": "^7.0.0-beta.19",
"@angular/forms": "~8.2.14",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@ngx-translate/core": "~11.0.0",
"@ngx-translate/http-loader": "~4.0.0",
"@types/jquery": "^3.3.6",
"@types/neffos.js": "^0.1.1",
"@ztree/ztree_v3": "^3.5.48",
"ajv": "^6.12.3",
"angular-split": "^4.0.0",
"animate.css": "^3.6.1",
"buffer": "^4.9.2",
"codemirror": "^5.42.0",
"core-js": "^2.5.4",
"crypto-js": "^4.2.0",
"font-awesome": "4.7.0",
"guacamole-common-js": "1.1.0",
"jquery": "^3.6.1",
"jsencrypt": "^3.2.1",
"material-design-icons": "^3.0.1",
"metismenu": "^2.7.9",
"neffos.js": "^0.1.19",
"ngx-clipboard": "^12.2.1",
"ngx-cookie-service": "^12.0.3",
"ngx-infinite-scroll": "^10.0.1",
"ngx-logger": "4.0.4",
"ngx-mat-select-search": "^1.8.0",
"ngx-toastr": "^10.2.0",
"popper.js": "^1.14.7",
"requirejs": "^2.3.5",
"rxjs": "~6.6.7",
"rxjs-compat": "^6.0.0-rc.0",
"tslib": "^2.4.0",
"tslint-etc": "^1.13.10",
"uuid-js": "^0.7.5",
"xterm": "3.3.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.29",
"@angular/cli": "~8.3.29",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@biesbjerg/ngx-translate-extract": "^7.0.2",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"asciinema-player": "^2.6.1",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.5.3"
}
}