forked from BaekTree/TIBigdataFE
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·96 lines (96 loc) · 2.78 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
{
"name": "kubic",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-webpack": "~0.1100.5",
"@angular/animations": "^11.0.5",
"@angular/cdk": "^11.0.3",
"@angular/common": "^11.0.5",
"@angular/compiler": "^11.0.5",
"@angular/core": "^11.0.5",
"@angular/forms": "~11.0.5",
"@angular/material": "^11.0.3",
"@angular/platform-browser": "^11.0.5",
"@angular/platform-browser-dynamic": "^11.0.5",
"@angular/router": "~11.0.5",
"@babel/cli": "^7.12.10",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"angular-tag-cloud-module": "^5.2.0",
"angularx-social-login": "^3.5.4",
"bcrypt": "^5.0.1",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"circlepack-chart": "^1.3.4",
"core-js": "^3.8.1",
"cors": "^2.8.5",
"d3": "^7.3.0",
"elasticsearch-browser": "^16.7.1",
"fuctbase64": "^1.4.0",
"g": "^2.0.1",
"google-auth-library": "^6.1.3",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"mongoose": "^5.11.9",
"ng2-charts": "^2.4.2",
"ng2-file-upload": "^1.4.0",
"npm": "^7.21.0",
"passport-google-oauth": "^2.0.0",
"popper.js": "^1.16.1",
"react-modal": "^3.14.3",
"rxjs": "~6.6.3",
"rxjs-compat": "^6.6.3",
"save-svg-as-png": "^1.4.17",
"sunburst-chart": "^1.11.2",
"tslib": "^2.0.3",
"uikit": "^3.6.5",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.5",
"@angular/cli": "^11.0.5",
"@angular/compiler-cli": "^11.0.5",
"@angular/language-service": "~11.0.5",
"@angular/localize": "^11.0.5",
"@types/d3": "^7.1.0",
"@types/d3-array": "2.8.0",
"@types/d3-axis": "2.0.0",
"@types/d3-brush": "2.1.0",
"@types/d3-color": "2.0.1",
"@types/d3-scale": "3.2.2",
"@types/d3-scale-chromatic": "2.0.0",
"@types/d3-selection": "2.0.0",
"@types/d3-shape": "2.0.0",
"@types/d3-time-format": "3.0.0",
"@types/d3-zoom": "2.0.0",
"@types/elasticsearch": "^5.0.37",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.5.9",
"@types/node": "^14.14.16",
"babel-preset-env": "^1.7.0",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^7.0.0",
"ts-node": "~9.1.1",
"tslint": "~5.20.1",
"typescript": "^4.0.5"
}
}