-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "for-real-cards",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@angular-redux/router": "6.2.0",
"@angular-redux/store": "6.2.0",
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/http": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.25",
"@types/chai": "3.5.2",
"@types/chai-spies": "0.0.0",
"@types/mocha": "2.2.41",
"@types/redux": "^3.6.31",
"angular2-meteor-polyfills": "0.2.0",
"angular2-meteor-tests-polyfills": "0.0.2",
"babel-runtime": "6.23.0",
"bcrypt": "^1.0.2",
"bootstrap": "4.0.0-alpha.6",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"common-app": "0.0.7",
"dragula": "3.7.2",
"es6-shim": "0.35.3",
"gm": "^1.23.0",
"immutable": "^3.8.1",
"ionic-native": "2.9.0",
"ionicons": "^3.0.0",
"loglevel": "^1.4.0",
"meteor-node-stubs": "0.2.6",
"mocha": "3.3.0",
"moment": "2.18.1",
"ng2-dragula": "1.3.1",
"prando": "^2.2.0",
"redux": "3.6.0",
"redux-beacon": "0.2.2",
"redux-observable": "0.14.1",
"redux-package": "0.0.10",
"reflect-metadata": "0.1.10",
"rxjs": "5.2.0",
"spawn-sync": "^1.0.15",
"try-thread-sleep": "1.0.2",
"typed-immutable-record": "0.0.6",
"typings": "2.1.1",
"underscore": "^1.8.3",
"zone.js": "0.8.9"
}
}