-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.63 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
{
"name": "frontend",
"version": "1.8.5",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --disable-host-check --configuration hmr",
"build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build",
"build:aot": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod --aot",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.1.0",
"@angular/common": "^8.1.0",
"@angular/compiler": "^8.1.0",
"@angular/core": "^8.1.0",
"@angular/forms": "^8.1.0",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^8.1.0",
"@angular/platform-browser-dynamic": "^8.1.0",
"@angular/router": "^8.1.0",
"@clr/angular": "^2.0.3",
"@clr/icons": "^2.0.3",
"@clr/ui": "^2.0.3",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@webcomponents/custom-elements": "^1.2.1",
"ace": "^1.3.0",
"bootstrap": "^4.3.1",
"brace": "^0.11.1",
"core-js": "^2.5.4",
"cron-parser": "^2.6.0",
"d3-scale": "^2.1.0",
"d3-scale-chromatic": "^1.3.0",
"diff": "^3.5.0",
"diff2html": "^2.5.0",
"echarts": "^4.0.4",
"jquery": "^3.4.1",
"js-base64": "^2.5.0",
"js-yaml": "^3.13.1",
"moment": "^2.22.2",
"mutationobserver-shim": "^0.3.2",
"ngx-markdown": "^8.1.0",
"particlesjs": "^2.2.3",
"raven-js": "^3.21.0",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.2.1",
"sockjs-client": "^1.1.4",
"tslib": "^1.9.0",
"xterm": "3.11.0",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.801.1",
"@angular/cli": "~8.1.0",
"@angular/compiler-cli": "^8.1.0",
"@angular/language-service": "^8.1.0",
"@angularclass/hmr": "^2.1.3",
"@types/ace": "^0.0.40",
"@types/d3-scale": "^2.0.1",
"@types/d3-scale-chromatic": "^1.2.0",
"@types/diff": "^3.5.2",
"@types/diff2html": "0.0.4",
"@types/echarts": "0.0.12",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/js-base64": "^2.3.1",
"@types/js-yaml": "^3.11.2",
"@types/node": "~8.9.4",
"codelyzer": "~5.1.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"path": "^0.12.7",
"protractor": "^6.0.0",
"ts-node": "~5.0.1",
"tslint": "^5.9.1",
"typescript": "~3.4.5",
"webpack": "^4.35.3"
}
}