This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.23 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
{
"name": "@colmena/colmena-angular",
"version": "1.0.0",
"description": "Meta package for Angular dependencies of Colmena CMS",
"private": false,
"keywords": [],
"homepage": "https://github.com/colmena/colmena-angular",
"repository": {
"type": "git",
"url": "https://github.com/colmena/colmena-angular"
},
"bugs": {
"url": "https://github.com/colmena/colmena-angular/issues"
},
"author": "Bram Borggreve <[email protected]>",
"license": "MIT",
"scripts": {
"test": "true"
},
"dependencies": {
"@angular/common": "4.0.0-beta.7",
"@angular/compiler": "4.0.0-beta.7",
"@angular/compiler-cli": "4.0.0-beta.7",
"@angular/core": "4.0.0-beta.7",
"@angular/forms": "4.0.0-beta.7",
"@angular/http": "4.0.0-beta.7",
"@angular/platform-browser": "4.0.0-beta.7",
"@angular/platform-browser-dynamic": "4.0.0-beta.7",
"@angular/router": "4.0.0-beta.7",
"@angularclass/hmr": "1.2.2",
"@mean-expert/loopback-sdk-builder": "2.1.0-rc.8.3",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/router-store": "1.2.5",
"@ngrx/store": "2.2.1",
"@ngrx/store-devtools": "3.2.3",
"@types/jasmine": "2.5.42",
"@types/lodash": "4.14.52",
"@types/node": "7.0.5",
"@types/socket.io-client": "1.4.29",
"codelyzer": "2.0.0",
"core-js": "2.4.1",
"coreui-angular": "latest",
"coreui-styles": "latest",
"extract-text-webpack-plugin": "2.0.0-rc.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.9.0",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-remap-istanbul": "0.6.0",
"lodash": "4.17.4",
"ng-formly": "1.0.0-rc.0",
"ng2-bootstrap": "1.3.3",
"ng2-toasty": "2.3.1",
"ngrx-store-freeze": "0.1.6",
"ngrx-store-logger": "0.1.7",
"protractor": "5.1.1",
"rxjs": "5.1.0",
"simple-line-icons": "^2.4.1",
"socket.io-client": "1.7.2",
"sweetalert2": "6.4.0",
"ts-helpers": "1.1.2",
"ts-node": "2.1.0",
"tslint": "4.4.2",
"typescript": "2.1.6",
"zone.js": "0.7.6"
},
"greenkeeper": {
"ignore": [
"typescript",
"zone.js"
]
}
}