-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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
{
"name": "ng2-phenomenal-portal",
"version": "3.2.2",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.json --theme postmark -n 'Angular PhenoMeNal Portal' --hideGenerator"
},
"private": true,
"dependencies": {
"@angular-devkit/schematics": "^0.3.2",
"@angular/animations": "^4.4.7",
"@angular/common": "^4.4.7",
"@angular/compiler": "^4.4.7",
"@angular/core": "^4.4.7",
"@angular/forms": "^4.4.7",
"@angular/http": "^4.4.7",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^4.4.7",
"@angular/platform-browser-dynamic": "^4.4.7",
"@angular/router": "^4.4.7",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
"angular2-jwt": "^0.2.0",
"aws-sdk": "^2.186.0",
"bootstrap": "3.3.7",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"ng-block-ui": "^0.9.5",
"ng2-cloud-portal-presentation-lib": "0.2.33",
"ng2-cloud-portal-service-lib": "0.2.24",
"ngx-bootstrap": "^1.8.0",
"ngx-clipboard": "^8.0.3",
"popper.js": "^1.14.3",
"request": "^2.86.0",
"rxjs": "^5.5.5",
"webpack": "3.11.0",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cdk": "^2.0.0-beta.12",
"@angular/cli": "^1.7.3",
"@angular/compiler-cli": "^4.0.0",
"@compodoc/compodoc": "1.1.2",
"@types/jasmine": "^2.8.8",
"@types/node": "^6.0.60",
"codelyzer": "~2.0.0",
"html-webpack-plugin": "^2.30.1",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": ">=2.1.0 <2.4.0"
}
}