-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 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
{
"name": "ng2-admin-lte",
"version": "0.8.1",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve --host 0.0.0.0 ",
"prod": "ng build --prod",
"gen": "ng g",
"pages": "ng github-pages:deploy",
"version": "ng --version",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/cli": "1.0.0-beta.32",
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/router": "3.4.8",
"admin-lte": "2.3.8",
"angular2-chartjs": "0.2.0",
"angular2-text-mask": "8.0.2",
"angular2-toaster": "1.0.2",
"angular2-uuid": "1.1.0",
"angularfire2": "2.0.0-beta.6",
"bootstrap": "3.3.7",
"core-js": "2.4.1",
"firebase": "3.6.6",
"font-awesome": "4.7.0",
"ionicons": "3.0.0",
"jquery": "3.1.1",
"ng2-dropdown-multiselect": "1.2.0",
"ng2-file-drop": "1.1.0",
"ng2-file-upload": "1.2.1",
"ng2-select": "1.2.0",
"ng2-table": "1.3.2",
"ng2-translate": "4.2.0",
"ngx-bootstrap": "1.9.3",
"rxjs": "5.1.1",
"ts-helpers": "1.1.1",
"zone.js": "0.7.2"
},
"devDependencies": {
"@types/jasmine": "2.2.30",
"codelyzer": "~0.0.26",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-remap-istanbul": "0.2.1",
"protractor": "4.0.5",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.1.5"
}
}