-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "eds-common-js",
"version": "1.0.27",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"devDependencies": {
"@types/core-js": "^0.9.41",
"awesome-typescript-loader": "3.0.0-beta.10",
"typescript": "2.1.4",
"webpack": "2.2.1"
},
"dependencies": {
"@angular/common": "2.4.1",
"@angular/compiler": "2.4.1",
"@angular/core": "2.4.1",
"@angular/forms": "2.4.1",
"@angular/http": "2.4.1",
"@angular/platform-browser": "2.4.1",
"@angular/platform-browser-dynamic": "2.4.1",
"@angular/router": "3.4.1",
"@angular/upgrade": "2.4.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.10",
"angular2-logger": "0.5.1",
"angular2-tree-component": "2.6.0",
"core-js": "2.4.1",
"jquery": "3.1.1",
"keycloak-js": "^3.3.0-cr.2",
"linqts": "1.8.2",
"ng2-pdf-viewer": "^1.1.0",
"ng2-toastr": "1.3.2",
"ngx-pagination": "^3.0.0",
"rxjs": "5.0.1",
"ui-router-ng2": "1.0.0-beta.3",
"zone.js": "0.7.2"
},
"scripts": {
"build": "node ./node_modules/typescript/bin/tsc && npm pack"
}
}