-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
106 lines (106 loc) · 3.02 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
{
"name": "Polypheny-UI",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build --configuration production --aot --optimization --progress --extract-licenses",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@ali-hm/angular-tree-component": "^12.0.4",
"@angular/animations": "^17.2.3",
"@angular/cdk": "^17.2.1",
"@angular/common": "^17.2.3",
"@angular/compiler": "^17.2.3",
"@angular/core": "^17.2.3",
"@angular/forms": "^17.2.3",
"@angular/platform-browser": "^17.2.3",
"@angular/platform-browser-dynamic": "^17.2.3",
"@angular/router": "^17.2.3",
"@coreui/angular": "^4.7.15",
"@coreui/angular-chartjs": "^4.7.14",
"@coreui/coreui": "^4.3.2",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "^4.7.14",
"@coreui/utils": "2.0.2",
"@ngtools/webpack": "^17.2.2",
"ace-builds": "^1.31.1",
"ajv": "^8.12.0",
"angular-ng-autocomplete": "^2.0.12",
"ansi_up": "^5.2.1",
"bootstrap": "^5.3.1",
"core-js": "^3.26.1",
"d3": "^7.8.5",
"dagre-d3": "^0.4.18",
"eslib": "0.2.2",
"flag-icons": "^6.10.0",
"flatpickr": "^4.6.3",
"font-awesome": "^4.7.0",
"graphlib-dot": "^0.6.4",
"hammer": "0.0.5",
"hammerjs": "^2.0.8",
"highlight.js": "^11.8.0",
"jquery": "3.7.1",
"jquery-ui": "^1.13.0",
"katex": "^0.16.0",
"lodash": "^4.17.20",
"marked": "^9.1.6",
"moment": "^2.30.1",
"mutationobserver-shim": "^0.3.7",
"ng2-charts": "^5.0.3",
"ngx-bootstrap": "^12.0.0",
"ngx-json-viewer": "^3.2.1",
"ngx-markdown": "^17.1.1",
"ngx-plyr": "^4.0.1",
"prismjs": "1.29.0",
"rxjs": "^7.8.1",
"rxjs-compat": "^6.5.5",
"sass": "^1.26.3",
"simple-line-icons": "^2.4.1",
"socket.io-client": "^2.3.0",
"ts-helpers": "^1.1.2",
"ts-md5": "^1.2.7",
"uuid": "^9.0.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.1",
"@angular-devkit/build-angular": "^17.2.2",
"@angular/cli": "^17.2.2",
"@angular/compiler-cli": "^17.2.3",
"@angular/language-service": "^17.2.3",
"@ngtools/webpack": "^17.2.2",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/marked": "^4.3.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"fstream": "^1.0.12",
"html-webpack-plugin": "^5.5.3",
"jasmine-core": "^5.1.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"popper.js": "^1.16.1",
"querystringify": "^2.0.0",
"tar": "^4.4.19",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"typescript": "^5.3.3",
"webpack": "^5.54.0",
"webpack-bundle-analyzer": "^4.9.0"
},
"engines": {
"node": ">= 16.3.0",
"npm": ">= 5.6.0"
}
}