-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.8 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "kdm-ionic",
"author": "Daniel Frick",
"homepage": "",
"version": "0.5.0",
"keywords": [
"ionic",
"angular",
"typescript",
"karma"
],
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"tsc": "tsc",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"test": "karma start ./config/karma.conf.js",
"test-coverage": "karma start --browsers Chrome ./config/karma.conf.js --coverage",
"test-coverage-headless": "karma start --browsers ChromeHeadless_custom ./config/karma.conf.js --single-run --coverage",
"e2e": "npm run clean && npm run build && node node_modules/protractor/bin/webdriver-manager update && node node_modules/protractor/bin/protractor",
"lint": "tslint ."
},
"config": {
"ionic_source_map": "source-map"
},
"dependencies": {
"@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",
"@ionic-native/core": "^4.5.2",
"@ionic-native/splash-screen": "^4.5.2",
"@ionic-native/status-bar": "^4.5.2",
"@ionic/storage": "^2.1.3",
"@types/node": "^8.0.58",
"cordova-android": "^7.0.0",
"cordova-plugin-console": "1.1.0",
"cordova-plugin-device": "1.1.7",
"cordova-plugin-insomnia": "git+https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
"cordova-plugin-splashscreen": "~4.1.0",
"cordova-plugin-statusbar": "2.3.0",
"cordova-plugin-whitelist": "1.3.3",
"cordova-sqlite-storage": "~2.1.3",
"ionic-angular": "3.9.2",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "3.0.0",
"npm": "^6.1.0",
"platform": "^1.3.4",
"reflect-metadata": "^0.1.10",
"rxjs": "5.5.5",
"sw-toolbox": "3.6.0",
"typeorm": "0.1.8",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "^3.1.5",
"@types/jasmine": "^2.8.8",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.4.1",
"codelyzer": "^4.1.0",
"connect": "^3.6.5",
"html-loader": "^0.5.1",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"jasmine-reporters": "^2.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^3.0.12",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "2.0.9",
"null-loader": "^0.1.1",
"protractor": "^5.3.2",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"ts-helpers": "^1.1.2",
"ts-loader": "^3.2.0",
"ts-node": "^4.0.1",
"tslint": "5.8.0",
"tslint-ionic-rules": "0.0.11",
"tslint-loader": "^3.5.3",
"typescript": "~2.9.1",
"webpack": "~3.10.0"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-statusbar",
"cordova-plugin-console",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [],
"description": "kdm: An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-sqlite-storage": {},
"cordova-plugin-insomnia": {}
},
"platforms": [
"android"
]
}
}