forked from Urigo/Ionic2-MeteorCLI-WhatsApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "Ionic2-MeteorCLI-WhatsApp",
"private": true,
"scripts": {
"start": "meteor run --settings private/settings.json"
},
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@ionic/storage": "1.1.7",
"angular2-google-maps": "^0.17.0",
"angular2-moment": "^1.1.0",
"babel-runtime": "6.18.0",
"ionic-angular": "2.0.0-rc.5",
"ionic-native": "2.2.11",
"ionicons": "3.0.0",
"meteor-node-stubs": "~0.2.0",
"meteor-rxjs": "^0.4.7",
"moment": "^2.17.1",
"reflect-metadata": "^0.1.9",
"rxjs": "5.0.0-beta.12",
"sharp": "^0.17.1",
"zone.js": "0.6.26"
},
"devDependencies": {
"@types/meteor": "^1.3.31",
"@types/meteor-accounts-phone": "0.0.5",
"@types/meteor-collection-hooks": "^0.8.0",
"@types/meteor-publish-composite": "0.0.32",
"@types/underscore": "^1.7.36",
"meteor-typings": "^1.3.1"
}
}