-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "LETS_APP",
"author": "Community Forge Team",
"homepage": "http://communityforge.net",
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"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",
"@types/lodash": "~4.14.48",
"@types/moment": "~2.13.0",
"angular2-moment": "~1.1.0",
"ionic-angular": "~2.0.0-rc.4",
"ionic-native": "~2.2.11",
"ionicons": "~3.0.0",
"jquery": "~3.1.1",
"lodash": "~4.17.4",
"moment": "~2.17.1",
"ng-semantic": "~1.1.13",
"rxjs": "~5.0.0-beta.12",
"zone.js": "~0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "~0.0.47",
"typescript": "~2.0.9"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-splashscreen",
"cordova-plugin-device"
],
"cordovaPlatforms": [],
"description": "LETS_APP: LETS and Timebank app."
}