forked from polypheny/Polypheny-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.79 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.79 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
93
94
95
96
97
98
{
"name": "Polypheny-UI",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --aot -o",
"build": "ng build --prod --aot --buildOptimizer --commonChunk --vendorChunk --optimization --progress",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.2.5",
"@angular/cdk": "^8.2.3",
"@angular/common": "^10.2.5",
"@angular/compiler": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/forms": "^10.2.5",
"@angular/platform-browser": "^10.2.5",
"@angular/platform-browser-dynamic": "^10.2.5",
"@angular/router": "^10.2.5",
"@coreui/angular": "^2.9.2",
"@coreui/coreui": "^2.1.16",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.4.1",
"@m0t0r/ngx-slider": "^1.0.0",
"ace-builds": "^1.4.11",
"angular-ng-autocomplete": "^2.0.1",
"angular-tree-component": "^8.5.6",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.4",
"core-js": "^2.6.11",
"d3": "^5.16.0",
"dagre-d3": "^0.6.4",
"flag-icon-css": "^3.5.0",
"flatpickr": "^4.6.3",
"font-awesome": "^4.7.0",
"graphlib-dot": "^0.6.4",
"hammer": "0.0.5",
"hammerjs": "^2.0.8",
"highlightjs": "^9.16.2",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.0",
"lodash": "^4.17.20",
"moment": "^2.26.0",
"mutationobserver-shim": "^0.3.7",
"ng2-charts": "^2.3.2",
"ngx-bootstrap": "^5.6.1",
"ngx-json-viewer": "^3.0.2",
"ngx-perfect-scrollbar": "^8.0.0",
"ngx-plyr": "^4.0.0",
"plyr": "^3.6.3",
"rxjs": "^6.5.5",
"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",
"tslib": "^2.3.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.3",
"@angular/cli": "^10.2.3",
"@angular/compiler-cli": "^10.2.5",
"@angular/language-service": "^10.2.5",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.5.10",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"cypress": "^7.6.0",
"fstream": "^1.0.12",
"html-webpack-plugin": "^3.2.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"popper.js": "^1.16.1",
"protractor": "~7.0.0",
"querystringify": "^2.0.0",
"tar": "^4.4.19",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"typescript": "^4.0.8",
"webpack": "^4.43.0"
},
"engines": {
"node": ">= 16.3.0",
"npm": ">= 5.6.0"
}
}