-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.35 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.35 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "tracervnext",
"version": "0.0.1",
"license": "https://www.medireport.fr",
"scripts": {
"ng": "ng",
"install": "npm run napa",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"modernizr": "modernizr -c modernizr-config.json -d src/modernizr.js",
"postinstall": "node ./node_modules/protractor/bin/webdriver-manager update",
"e2e": "ng e2e",
"napa": "napa"
},
"napa": {
"jquery.flot.spline": "miloszfalinski/jquery.flot.spline",
"ika.jvectormap": "kakirigi/ika.jvectormap",
"flot": "flot/flot#v0.8.3"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.2",
"@angular/animations": "6.0.0",
"@angular/common": "6.0.0",
"@angular/compiler": "6.0.0",
"@angular/core": "6.0.0",
"@angular/forms": "6.0.0",
"@angular/http": "6.0.0",
"@angular/language-service": "6.0.0",
"@angular/platform-browser": "6.0.0",
"@angular/platform-browser-dynamic": "6.0.0",
"@angular/platform-server": "6.0.0",
"@angular/router": "6.0.0",
"@aspnet/signalr": "1.0.0",
"@ngx-translate/core": "10.0.1",
"@ngx-translate/http-loader": "3.0.1",
"@syncfusion/ej2-angular-dropdowns": "^17.3.21",
"@syncfusion/ej2-angular-grids": "*",
"angular-auth-oidc-client": "^4.0.3",
"angular2-ladda": "^2.0.0",
"angular2-mentions-plus": "^0.5.3",
"angular2-query-builder": "^0.2.5",
"angular2-toaster": "5.0.1",
"bootstrap": "4.1.1",
"classlist.js": "1.1.20150312",
"codemirror": "5.37.0",
"core-js": "2.5.4",
"countup.js-angular2": "6.0.1",
"css-animator": "^2.3.0",
"easy-pie-chart": "2.1.7",
"es6-shim": "0.35.3",
"file-saver": "^1.3.8",
"font-awesome": "4.7.0",
"fontawesome-actions": "^0.17.0",
"jquery": "3.3.1",
"jquery-slimscroll": "1.3.8",
"jquery-sparkline": "2.4.0",
"jquery.browser": "0.1.0",
"jquery.flot.tooltip": "^0.9.0",
"lodash": "^4.17.10",
"modernizr": "3.6.0",
"moment": "^2.22.1",
"ng2-charts": "1.6.0",
"ng2-pdf-viewer": "^5.1.1",
"ng2-validation": "4.2.0",
"ngx-bootstrap": "2.0.5",
"ngx-infinite-scroll": "6.0.0",
"primeicons": "^1.0.0-beta.10",
"primeng": "^6.1.2",
"rxjs": "6.0.0",
"rxjs-compat": "6.1.0",
"screenfull": "3.3.2",
"simple-line-icons": "2.4.1",
"source-sans-pro": "2.20.2",
"spinkit": "1.2.5",
"sweetalert": "2.1.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"typescript": "2.7.2",
"@types/codemirror": "0.0.55",
"@types/jquery": "3.2.16",
"@types/lodash": "4.14.104",
"@types/node": "9.4.7",
"@angular-devkit/build-angular": "0.8.7",
"@angular/cli": "6.0.1",
"@angular/compiler-cli": "6.0.0",
"@types/jasmine": "2.8.6",
"@types/jasminewd2": "2.0.3",
"codelyzer": "4.2.1",
"jasmine-core": "2.99.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.3",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "0.2.2",
"karma-read-json": "1.1.0",
"napa": "3.0.0",
"protractor": "^5.3.2",
"ts-node": "5.0.1",
"tslint": "5.9.1",
"webdriver-manager": "10.2.5"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"stream": false,
"zlib": false
}
}