-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.96 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.96 KB
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
{
"name": "luna",
"version": "2.0.2",
"license": "GPLv3",
"scripts": {
"ng": "ng",
"dev": "ng serve --proxy-config proxy.conf.json --serve-path /luna --hmr --host 0.0.0.0",
"start": "ng serve --proxy-config proxy.conf.json --serve-path /luna --host 0.0.0.0",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"format:prettier": "prettier --write \"src/**/*.{ts,scss,html}\""
},
"private": true,
"dependencies": {
"@acrodata/code-editor": "^0.5.1",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@ant-design/icons-angular": "^19.0.0",
"@codemirror/language-data": "^6.5.1",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@types/jquery": "^3.5.29",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.0.0",
"@ztree/ztree_v3": "^3.5.48",
"ajv": "^8.12.0",
"animate.css": "^4.1.1",
"asciinema-player": "^3.10.0",
"buffer": "^6.0.3",
"clipboard-polyfill": "^4.1.1",
"core-js": "^3.35.1",
"crypto-js": "^4.2.0",
"file-input-accessor": "^19.0.0",
"font-awesome": "^4.7.0",
"guacamole-common-js": "^1.5.0",
"jquery": "^3.7.1",
"jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21",
"metismenu": "^3.0.7",
"ng-zorro-antd": "^19.3.0",
"ngx-clipboard": "^16.0.0",
"ngx-cookie-service": "^19.0.0",
"ngx-infinite-scroll": "^19.0.0",
"ngx-logger": "^5.0.12",
"popper.js": "^1.16.1",
"requirejs": "^2.3.6",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"xterm-theme": "^1.1.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular-eslint/builder": "^19.5.0",
"@angular-eslint/eslint-plugin": "^19.5.0",
"@angular-eslint/eslint-plugin-template": "^19.5.0",
"@angular-eslint/schematics": "^19.5.0",
"@angular-eslint/template-parser": "^19.5.0",
"@angular/build": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/language-service": "^19.0.0",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^20.11.19",
"@typescript-eslint/types": "^7.11.0",
"@typescript-eslint/utils": "^7.11.0",
"eslint": "^9.27.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.5.3",
"protractor": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.0",
"vite": "^5.0.0"
}
}