forked from stats4sd/FUMA-Gaskiya-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package - Copie.json
132 lines (132 loc) · 3.89 KB
/
package - Copie.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
{
//"name": "fuma-gaskiya-frn-app",
"name": "fuma-gaskiya-app",
"author": "FUMA GASKIYA Maradi",
"homepage": "https://fumegaskiya.ne",
"email": "[email protected]",
"private": true,
"version": "1.0.0",
"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",
"electron": "electron .",
"electron dist": "electron .",
"ebuild": "node_modules/.bin/build"
},
"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic-native/camera": "^3.13.1",
"@ionic-native/core": "3.12.1",
"@ionic-native/device": "^3.10.3",
"@ionic-native/file": "^3.12.1",
"@ionic-native/geolocation": "^3.12.1",
"@ionic-native/image-picker": "^3.12.1",
"@ionic-native/printer": "^3.12.1",
"@ionic-native/sim": "^3.10.3",
"@ionic-native/splash-screen": "3.7.0",
"@ionic-native/status-bar": "3.7.0",
"@ionic/storage": "2.0.1",
"@ngx-translate/core": "^6.0.1",
"@ngx-translate/http-loader": "0.0.3",
"@types/leaflet": "^1.0.50",
"@types/node": "^8.0.7",
"@types/pouchdb": "5.4.28",
"@types/requirejs": "^2.1.29",
"@types/uuid": "^3.0.0",
"ajv-keywords": "^2.1.0",
"cordova-android": "^6.2.3",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-device": "~1.1.4",
"cordova-plugin-globalization": "~1.0.7",
"cordova-plugin-sim": "~1.3.3",
"cordova-plugin-splashscreen": "~4.0.1",
"cordova-plugin-statusbar": "2.2.1",
"cordova-plugin-whitelist": "1.3.1",
"cordova-sqlite-storage": "~2.0.2",
"file-saver": "^1.3.3",
"install": "^0.10.1",
"ionic-angular": "3.5.0",
"ionic-plugin-keyboard": "~2.2.1",
"ionic2-auto-complete": "^1.5.1-beta",
"ionicons": "3.0.0",
"jsbarcode": "^3.5.8",
"npm": "^5.0.3",
"object-keys": "^1.0.11",
"pouchdb": "^6.2.0",
"pouchdb-ajax": "^6.2.0",
"pouchdb-authentication": "^0.5.5",
"pouchdb-quick-search": "^1.3.0",
"requirejs": "^2.3.3",
"rxjs": "5.4.0",
"simple-statistics": "^2.2.0",
"strip-ansi": "^4.0.0",
"sw-toolbox": "3.6.0",
"toid": "^1.0.1",
"uuid": "^3.1.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.12",
"@ionic/cli-plugin-cordova": "^1.2.0",
"@ionic/cli-plugin-ionic-angular": "^1.2.0",
"@types/electron": "^1.6.10",
"@types/node": "8.0.7",
"electron": "^1.6.11",
"electron-builder": "^19.8.0",
"typescript": "2.3.4"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
"cordova-plugin-globalization"
],
"cordovaPlatforms": [],
"description": "FUMA Gaskiya App",
"main": "electron/electron.js",
"config": {
"ionic_bundler": "webpack",
"ionic_webpack": "./config/webpack.config.js"
},
"build": {
"appId": "com.fuma.frn_app",
"electronVersion": "1.6.11",
"asar": false,
"files": [
"www/**/*",
"electron/*"
]
},
"cordova": {
"plugins": {
"cordova-plugin-camera": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-globalization": {},
"cordova-plugin-sim": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-sqlite-storage": {},
"ionic-plugin-keyboard": {}
},
"platforms": [
"android"
]
}
}