-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "startrek-timelines-handbook",
"author": "eidng8",
"private": true,
"scripts": {
"build": "ionic-app-scripts build",
"watch": "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",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.0",
"@ngrx/store": "^2.2.1",
"ionic-angular": "^2.0.0-rc.0",
"ionic-native": "^2.0.3",
"ionicons": "^3.0.0",
"lodash": "^4.16.3"
},
"devDependencies": {
"@ionic/app-scripts": "latest",
"@types/cordova-plugin-network-information": "0.0.3",
"@types/jasmine": "^2.2.34",
"@types/lodash": "^4.14.36",
"@types/node": "^6.0.42",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-rollup-plugin": "^0.2.4",
"karma-sourcemap-loader": "^0.3.7",
"ngrx-store-logger": "^0.1.7",
"remap-istanbul": "^0.6.4",
"typescript": "^2.0.3"
},
"cordovaPlugins": [
"cordova-plugin-splashscreen", "cordova-plugin-device",
"ionic-plugin-keyboard", "cordova-plugin-statusbar",
"cordova-plugin-console", "cordova-plugin-whitelist"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"description": "Star Trek Timelines Handbook"
}