-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.89 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
{
"name": "ionic-hello-world",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"build": "ionic-app-scripts build",
"watch": "node --max_old_space_size=4096 node_modules/.bin/ionic-app-scripts watch",
"serve:before": "watch",
"emulate:before": "build",
"deploy:before": "build",
"build:before": "build",
"run:before": "build"
},
"dependencies": {
"@ionic/storage": "^1.0.3",
"angular2-moment": "^1.0.0-beta.3",
"apollo-client": "^0.4.20",
"azure-mobile-apps-client": "^2.0.0-beta5",
"breeze-client": "^1.5.13",
"chart.js": "^2.3.0",
"d3": "^4.2.6",
"google-libphonenumber": "^2.0.2",
"hammerjs": "^2.0.8",
"immutable": "^3.8.1",
"install": "^0.8.1",
"intl": "^1.2.5",
"ionic-angular": "^2.0.0-rc.0",
"ionic-native": "^2.0.3",
"ionicons": "^3.0.0",
"kinvey-angular2-sdk": "^3.1.0",
"leaflet": "^1.0.1",
"lodash": "^4.16.3",
"lunr": "^0.7.1",
"moment": "^2.15.1",
"moment-timezone": "^0.5.5",
"ng2-cordova-oauth": "0.0.6",
"ng2-resource-rest": "^1.4.10",
"npm": "^3.10.8",
"parse": "^1.9.2",
"pouchdb": "^6.0.6",
"skrollr": "^0.6.26",
"three": "^0.81.2",
"tween.js": "^16.3.5",
"underscore": "^1.8.3",
"web-animations-js": "^2.2.2",
"wysihtml": "^0.6.0-beta1"
},
"devDependencies": {
"@ionic/app-scripts": "latest",
"typescript": "^2.0.3"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"description": "mega-lib-trail: An Ionic project",
"config": {
"ionic_rollup": "./scripts/rollup.config.js"
}
}