-
Notifications
You must be signed in to change notification settings - Fork 322
/
package.json
105 lines (105 loc) · 3.18 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "growth",
"author": "Fengda Huang",
"homepage": "http://grwoth.ren",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"svg": "gulp svg-font",
"ionic:build": "ionic-app-scripts build",
"serve:before": "svg",
"ionic:serve": "ionic-app-scripts serve",
"electron": "/Applications/Electron.app/Contents/MacOS/Electron ."
},
"dependencies": {
"@angular/animations": "4.3.6",
"@angular/common": "4.3.6",
"@angular/compiler": "4.3.6",
"@angular/compiler-cli": "4.3.6",
"@angular/core": "4.3.6",
"@angular/forms": "4.3.6",
"@angular/http": "4.3.6",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/platform-server": "4.3.6",
"@ionic-native/app-rate": "^3.13.1",
"@ionic-native/app-version": "^3.13.1",
"@ionic-native/clipboard": "^3.13.1",
"@ionic-native/core": "^3.13.1",
"@ionic-native/email-composer": "^3.13.1",
"@ionic-native/google-analytics": "^3.13.1",
"@ionic-native/in-app-browser": "^3.13.1",
"@ionic-native/social-sharing": "^3.13.1",
"@ionic-native/splash-screen": "^3.13.1",
"@ionic-native/status-bar": "^3.13.1",
"@ionic/storage": "2.0.1",
"angular2-moment": "1.3.3",
"animate.css": "^3.5.2",
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-app-version": "~0.1.8",
"cordova-plugin-apprate": "~1.2.0",
"cordova-plugin-console": "~1.0.5",
"cordova-plugin-device": "~1.1.4",
"cordova-plugin-google-analytics": "~1.0.0",
"cordova-plugin-splashscreen": "~3.2.1",
"cordova-plugin-statusbar": "~2.2.1",
"cordova-plugin-whitelist": "~1.3.1",
"cordova-plugin-wkwebview-engine": "https://github.com/driftyco/cordova-plugin-wkwebview-engine.git",
"cordova-plugin-x-socialsharing": "~5.1.1",
"del": "^2.2.2",
"ionic-angular": "nightly",
"ionic-plugin-keyboard": "~2.2.1",
"ionic2-rating": "1.0.0",
"ionicons": "3.0.0",
"lodash": "^4.17.2",
"marked": "^0.3.6",
"node-sass": "^4.5.1",
"rxjs": "5.4.3",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.7",
"gulp": "^3.9.1",
"gulp-svg-sprite": "^1.3.6",
"sw-toolbox": "3.4.0",
"typescript": "2.3.3"
},
"cordovaPlugins": [
"cordova-plugin-statusbar",
"cordova-plugin-console",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
"cordova-plugin-whitelist",
"cordova-plugin-device"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"description": "growth-3: An Ionic project",
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-app-version": {},
"cordova-plugin-apprate": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-google-analytics": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-x-socialsharing": {},
"ionic-plugin-keyboard": {}
}
}
}