-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.96 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
{
"name": "savour_vendor_app",
"version": "2.1.0",
"author": "Savour Deals LLC",
"homepage": "https://www.savourdeals.com",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build --aot --minifyjs --minifycss",
"ionic:serve": "ionic-app-scripts serve",
"ionic:serve:before": "node ./src/bin/env_script.js",
"ionic:build:before": "node ./src/bin/env_script.js"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@capacitor/cli": "^1.3.0",
"@capacitor/core": "^1.0.0-beta.7",
"@ionic-native/core": "4.9.1",
"@ionic-native/facebook": "^4.12.2",
"@ionic-native/file": "^4.12.2",
"@ionic-native/splash-screen": "4.9.1",
"@ionic-native/status-bar": "4.9.1",
"@ionic/lab": "^1.0.11",
"@ionic/storage": "2.1.3",
"angular": "^1.7.4",
"angularfire2": "^5.0.1",
"cordova-plugin-facebook4": "^2.4.0",
"firebase": "^5.4.2",
"ionic-angular": "3.9.2",
"ionic-image-loader": "^5.0.5",
"ionicons": "3.0.0",
"moment": "^2.22.2",
"promise-polyfill": "^8.1.0",
"rxjs": "^6.3.2",
"rxjs-compat": "^6.3.2",
"semver": "^5.5.1",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.4",
"typescript": "^2.6.2"
},
"description": "Vendor app to allow Savour Deals vendors to manage their locations and deals.",
"config": {
"ionic_source_map": "source-map"
},
"cordova": {
"plugins": {
"cordova-plugin-facebook4": {
"APP_ID": "127494581197194",
"APP_NAME": "Savour"
}
}
}
}