-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
135 lines (135 loc) · 4.24 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
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "prisma-app",
"version": "0.5.2",
"author": "Prisma",
"homepage": "https://prisma.care",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"format": "prettier --single-quote --bracket-spacing=false --write 'src/**/*.ts'",
"precommit": "lint-staged"
},
"dependencies": {
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/compiler-cli": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/forms": "^4.4.3",
"@angular/http": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"@angular/platform-browser-dynamic": "^4.4.3",
"@ionic-native/camera": "^3.14.0",
"@ionic-native/core": "3.12.1",
"@ionic-native/dialogs": "^4.6.0",
"@ionic-native/file": "^4.6.0",
"@ionic-native/file-chooser": "^4.6.0",
"@ionic-native/file-path": "^4.6.0",
"@ionic-native/file-transfer": "^4.6.0",
"@ionic-native/mixpanel": "^4.6.0",
"@ionic-native/native-page-transitions": "^4.6.0",
"@ionic-native/network": "^4.6.0",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic-native/transfer": "^3.14.0",
"@ionic-native/youtube-video-player": "^4.6.0",
"@ionic/storage": "^2.1.3",
"@ngx-translate/core": "^7.2.2",
"@ngx-translate/http-loader": "^0.1.0",
"@types/lodash": "^4.14.106",
"com.telerik.plugins.nativepagetransitions": "^0.6.5",
"cordova-android": "6.4.0",
"cordova-browser": "^4.1.0",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-dialogs": "^1.3.4",
"cordova-plugin-file": "^5.0.0",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-filepath": "^1.3.0",
"cordova-plugin-mixpanel": "^4.2.0",
"cordova-plugin-network-information": "^1.3.4",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "^2.4.1",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-youtube-video-player": "^1.0.6",
"ionic-angular": "3.9.2",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"lodash": "^4.17.5",
"rxjs": "^5.5.8",
"screenfull": "^3.3.2",
"sw-toolbox": "3.6.0",
"zone.js": "^0.8.25"
},
"devDependencies": {
"@angular/cli": "^1.7.4",
"@ionic/app-scripts": "^3.1.8",
"@types/jasmine": "^2.8.6",
"@types/node": "^8.10.3",
"angular-mocks": "^1.6.9",
"angular2-template-loader": "^0.6.2",
"codecov": "^2.3.1",
"codelyzer": "^4.2.1",
"gulp": "^3.9.1",
"gulp-preprocess": "^2.0.0",
"husky": "^0.14.3",
"ionic": "3.20.0",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"lint-staged": "^5.0.0",
"null-loader": "^0.1.1",
"prettier": "^1.11.1",
"sourcemap": "^0.1.0",
"ts-loader": "^2.3.7",
"ts-node": "^3.3.0",
"tslint": "^5.9.1",
"typescript": "^2.9.2",
"webpack": "^3.11.0"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-camera": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-filepath": {},
"cordova-plugin-dialogs": {},
"com.telerik.plugins.nativepagetransitions": {},
"cordova-plugin-network-information": {},
"cordova-plugin-youtube-video-player": {},
"cordova-plugin-mixpanel": {},
"cordova-plugin-file": {}
},
"platforms": [
"android",
"browser"
]
},
"lint-staged": {
"*.ts": [
"prettier --write --single-quote --bracket-spacing=false",
"tslint",
"git add"
]
},
"config": {
"ionic_source_map": "source-map"
}
}