-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.85 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
79
80
81
82
83
84
85
86
87
{
"name": "restalist",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp.git"
},
"scripts": {
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it && meteor run --settings private/settings.json",
"api:reset": "cd api && meteor reset",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"meteor-client:bundle": "meteor-client bundle -s api -c meteor-client.config.json"
},
"dependencies": {
"@agm/core": "^1.0.0-beta.1",
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@ionic-native/contacts": "^4.3.1",
"@ionic-native/core": "4.3.0",
"@ionic-native/splash-screen": "4.3.0",
"@ionic-native/status-bar": "4.3.0",
"@ionic/storage": "2.0.1",
"ImagePicker": "git+https://github.com/dhavalsoni2001/ImagePicker.git",
"angular2-moment": "^1.7.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.1",
"cordova-android": "^7.0.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
"cordova-plugin-whitelist": "^1.3.3",
"ionic-angular": "3.7.1",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"meteor-node-stubs": "^0.2.11",
"meteor-rxjs": "^0.4.8",
"moment": "^2.19.0",
"node-fetch": "^1.7.3",
"rxjs": "5.4.3",
"sharp": "^0.18.4",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.0.0",
"@types/bluebird": "^3.5.15",
"@types/meteor": "^1.4.8",
"@types/meteor-accounts-phone": "0.0.5",
"@types/meteor-collection-hooks": "^0.8.1",
"@types/meteor-publish-composite": "0.0.32",
"@types/node-fetch": "^1.6.7",
"tmp": "0.0.33",
"typescript": "^2.8.4",
"typescript-extends": "^1.0.1"
},
"description": "Restalist: An Ionic project",
"config": {
"ionic_webpack": "./webpack.config.js"
},
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-device": {},
"cordova-plugin-ionic-keyboard": {}
},
"platforms": []
}
}