-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.27 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
{
"name": "org.txosteo.tomaprofile",
"version": "4.0.0",
"author": "Kenney Solutions",
"homepage": "https://www.txosteo.org",
"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",
"compodoc": "./node_modules/.bin/compodoc -p tsconfig.json -w -s"
},
"dependencies": {
"@angular/cdk": "^5.2.1",
"@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",
"@angular/upgrade": "^4.4.4",
"@ionic-native/core": "4.5.3",
"@ionic-native/date-picker": "^4.5.2",
"@ionic-native/file": "^4.5.3",
"@ionic-native/in-app-browser": "^4.3.2",
"@ionic-native/splash-screen": "4.3.0",
"@ionic-native/status-bar": "4.3.0",
"@ionic/pro": "^1.0.20",
"@ionic/storage": "2.0.1",
"@swimlane/ngx-datatable": "^11.1.7",
"@types/crypto-js": "^3.1.41",
"cordova-android": "^6.2.3",
"cordova-browser": "^4.1.0",
"cordova-ios": "^4.0.0",
"cordova-plugin-compat": "^1.0.0",
"cordova-plugin-datepicker": "^0.9.3",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-http2": "^1.0.1",
"cordova-plugin-inappbrowser": "^2.0.1",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-screen-orientation": "^3.0.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-whitelist": "^1.3.1",
"crypto-js": "^3.1.9-1",
"datatables.net": "^1.10.16",
"es6-promise-plugin": "^4.1.0",
"firebase": "^4.8.0",
"ionic-angular": "3.9.2",
"ionic-native-http-connection-backend": "^2.0.1",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"jquery": "^3.5.1",
"ngx-cookie-service": "^1.0.9",
"ngx-uploader": "^4.2.1",
"node-sass": "^4.14.1",
"promise-polyfill": "^7.0.0",
"request": "^2.83.0",
"rxjs": "^5.5.2",
"sw-toolbox": "3.6.0",
"ts-md5": "^1.2.2",
"typescript": "^2.6.2",
"url-parse": "^1.1.9",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.11",
"@ionic/app-scripts": "^3.2.4",
"@ionic/cli-plugin-proxy": "^1.5.9",
"karma-scss-preprocessor": "^3.0.0",
"postcss": "6.0.14"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-http2": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-datepicker": {}
},
"platforms": [
"android",
"browser"
]
}
}