2017-10-18 10:20:40 +00:00
|
|
|
{
|
|
|
|
"name": "moodlemobile",
|
2018-07-05 08:53:04 +00:00
|
|
|
"version": "3.5.1",
|
2017-10-18 10:20:40 +00:00
|
|
|
"description": "The official app for Moodle.",
|
|
|
|
"author": {
|
|
|
|
"name": "Moodle Pty Ltd.",
|
|
|
|
"email": "mobile@moodle.com"
|
|
|
|
},
|
2018-02-23 12:02:56 +00:00
|
|
|
"config": {
|
2018-06-07 09:22:51 +00:00
|
|
|
"ionic_webpack": "./config/webpack.config.js",
|
|
|
|
"ionic_copy": "./config/copy.config.js",
|
|
|
|
"ionic_sass": "./config/sass.config.js"
|
2018-02-23 12:02:56 +00:00
|
|
|
},
|
2017-10-18 10:20:40 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/moodlehq/moodlemobile2.git"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"scripts": {
|
2018-05-23 09:42:11 +00:00
|
|
|
"setup": "npm install && cordova prepare && gulp",
|
2017-10-18 10:20:40 +00:00
|
|
|
"clean": "ionic-app-scripts clean",
|
|
|
|
"build": "ionic-app-scripts build",
|
|
|
|
"lint": "ionic-app-scripts lint",
|
2018-06-08 06:47:27 +00:00
|
|
|
"ionic:build": "node --max-old-space-size=16384 ./node_modules/@ionic/app-scripts/bin/ionic-app-scripts.js build",
|
2017-10-31 16:12:47 +00:00
|
|
|
"ionic:serve": "gulp watch | ionic-app-scripts serve",
|
2018-03-13 09:21:43 +00:00
|
|
|
"ionic:build:before": "gulp",
|
2018-06-12 10:41:24 +00:00
|
|
|
"ionic:watch:before": "gulp",
|
|
|
|
"ionic:build:after": "gulp copy-component-templates",
|
2018-09-03 10:19:34 +00:00
|
|
|
"preionic:build": "gulp",
|
2018-07-10 11:09:58 +00:00
|
|
|
"postionic:build": "gulp copy-component-templates",
|
|
|
|
"desktop.pack": "electron-builder --dir",
|
|
|
|
"desktop.dist": "electron-builder",
|
|
|
|
"windows.store": "electron-windows-store --input-directory .\\desktop\\dist\\win-unpacked --output-directory .\\desktop\\store --flatten true -a .\\resources\\desktop -m .\\desktop\\assets\\windows\\AppXManifest.xml --package-version 0.0.0.0 --package-name MoodleDesktop"
|
2017-10-18 10:20:40 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-06-08 06:47:27 +00:00
|
|
|
"@angular/animations": "5.2.10",
|
|
|
|
"@angular/common": "5.2.10",
|
|
|
|
"@angular/compiler": "5.2.10",
|
|
|
|
"@angular/compiler-cli": "5.2.10",
|
|
|
|
"@angular/core": "5.2.10",
|
|
|
|
"@angular/forms": "5.2.10",
|
|
|
|
"@angular/http": "5.2.10",
|
|
|
|
"@angular/platform-browser": "5.2.10",
|
|
|
|
"@angular/platform-browser-dynamic": "5.2.10",
|
2018-02-27 07:39:45 +00:00
|
|
|
"@ionic-native/badge": "^4.5.3",
|
2018-01-05 07:55:12 +00:00
|
|
|
"@ionic-native/camera": "^4.5.2",
|
2017-10-30 15:40:50 +00:00
|
|
|
"@ionic-native/clipboard": "^4.3.2",
|
2017-10-18 10:20:40 +00:00
|
|
|
"@ionic-native/core": "4.3.0",
|
2018-02-27 07:39:45 +00:00
|
|
|
"@ionic-native/device": "^4.5.3",
|
2017-11-08 13:48:34 +00:00
|
|
|
"@ionic-native/file": "^4.3.3",
|
2018-05-11 07:25:37 +00:00
|
|
|
"@ionic-native/file-opener": "^4.7.0",
|
2017-11-09 12:00:08 +00:00
|
|
|
"@ionic-native/file-transfer": "^4.3.3",
|
2017-10-30 15:40:50 +00:00
|
|
|
"@ionic-native/globalization": "^4.3.2",
|
2017-11-06 16:17:11 +00:00
|
|
|
"@ionic-native/in-app-browser": "^4.3.3",
|
2017-10-26 13:03:08 +00:00
|
|
|
"@ionic-native/keyboard": "^4.3.2",
|
2018-05-23 09:42:11 +00:00
|
|
|
"@ionic-native/local-notifications": "4.5.2",
|
2018-01-05 07:55:12 +00:00
|
|
|
"@ionic-native/media-capture": "^4.5.2",
|
2017-10-26 13:03:08 +00:00
|
|
|
"@ionic-native/network": "^4.3.2",
|
2018-02-27 07:39:45 +00:00
|
|
|
"@ionic-native/push": "^4.5.3",
|
2017-10-18 10:20:40 +00:00
|
|
|
"@ionic-native/splash-screen": "4.3.0",
|
2017-10-18 10:57:52 +00:00
|
|
|
"@ionic-native/sqlite": "^4.3.2",
|
2017-10-18 10:20:40 +00:00
|
|
|
"@ionic-native/status-bar": "4.3.0",
|
2018-05-11 09:15:53 +00:00
|
|
|
"@ionic-native/web-intent": "^4.7.0",
|
2017-11-08 13:48:34 +00:00
|
|
|
"@ionic-native/zip": "^4.3.3",
|
2017-10-26 13:03:08 +00:00
|
|
|
"@ngx-translate/core": "^8.0.0",
|
|
|
|
"@ngx-translate/http-loader": "^2.0.0",
|
|
|
|
"@types/cordova": "0.0.34",
|
2017-11-08 13:48:34 +00:00
|
|
|
"@types/cordova-plugin-file-transfer": "0.0.3",
|
2017-10-30 15:40:50 +00:00
|
|
|
"@types/cordova-plugin-globalization": "0.0.3",
|
2017-10-26 13:03:08 +00:00
|
|
|
"@types/cordova-plugin-network-information": "0.0.3",
|
2017-10-30 15:40:50 +00:00
|
|
|
"@types/node": "^8.0.47",
|
2017-10-26 13:03:08 +00:00
|
|
|
"@types/promise.prototype.finally": "^2.0.2",
|
2018-03-16 12:44:57 +00:00
|
|
|
"chart.js": "^2.7.2",
|
2018-08-08 12:08:16 +00:00
|
|
|
"cordova-android": "7.0.0",
|
|
|
|
"cordova-ios": "4.5.4",
|
2018-06-07 09:22:51 +00:00
|
|
|
"font-awesome": "4.7.0",
|
2017-12-08 15:34:23 +00:00
|
|
|
"ionic-angular": "^3.9.2",
|
2017-10-18 10:20:40 +00:00
|
|
|
"ionicons": "3.0.0",
|
2017-11-08 13:48:34 +00:00
|
|
|
"jszip": "^3.1.4",
|
2017-10-23 08:58:03 +00:00
|
|
|
"moment": "^2.19.1",
|
2017-10-26 13:03:08 +00:00
|
|
|
"promise.prototype.finally": "^3.0.1",
|
2018-06-08 06:47:27 +00:00
|
|
|
"rxjs": "5.5.11",
|
2017-10-18 10:20:40 +00:00
|
|
|
"sw-toolbox": "3.6.0",
|
2017-11-09 12:00:08 +00:00
|
|
|
"ts-md5": "^1.2.2",
|
2018-09-17 09:56:04 +00:00
|
|
|
"web-animations-js": "^2.3.1",
|
2018-08-08 12:08:16 +00:00
|
|
|
"zone.js": "0.8.26"
|
2017-10-18 10:20:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-29 13:59:39 +00:00
|
|
|
"@ionic/app-scripts": "3.1.9",
|
2018-07-17 09:34:51 +00:00
|
|
|
"electron-rebuild": "^1.8.1",
|
2018-09-13 10:11:20 +00:00
|
|
|
"gulp": "^4.0.0",
|
2017-10-31 16:12:47 +00:00
|
|
|
"gulp-clip-empty-files": "^0.1.2",
|
2018-06-12 10:41:24 +00:00
|
|
|
"gulp-flatten": "^0.4.0",
|
2017-10-31 16:12:47 +00:00
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-slash": "^1.1.3",
|
2018-09-13 10:11:20 +00:00
|
|
|
"gulp-util": "^3.0.8",
|
2018-07-17 09:34:51 +00:00
|
|
|
"node-loader": "^0.6.0",
|
2017-12-08 15:34:23 +00:00
|
|
|
"through": "^2.3.8",
|
2018-06-08 06:47:27 +00:00
|
|
|
"typescript": "~2.6.2",
|
2018-07-17 09:34:51 +00:00
|
|
|
"webpack-merge": "^4.1.2"
|
2018-07-10 11:09:58 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"electron-windows-notifications": "^2.1.1",
|
|
|
|
"electron-builder-squirrel-windows": "^20.19.0"
|
2017-10-30 15:40:50 +00:00
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"electron": false
|
2018-06-20 11:01:08 +00:00
|
|
|
},
|
|
|
|
"cordova": {
|
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"ios"
|
|
|
|
]
|
2018-07-10 11:09:58 +00:00
|
|
|
},
|
|
|
|
"main": "desktop/electron.js",
|
|
|
|
"build": {
|
|
|
|
"appId": "com.moodle.moodledesktop",
|
|
|
|
"productName": "Moodle Desktop",
|
|
|
|
"files": [
|
|
|
|
"desktop/electron.js",
|
|
|
|
"www/**/*",
|
|
|
|
"!config",
|
|
|
|
"!desktop/assets",
|
|
|
|
"!desktop/dist",
|
|
|
|
"!node_modules",
|
|
|
|
"!**/e2e",
|
|
|
|
"!hooks",
|
|
|
|
"!platforms",
|
|
|
|
"!plugins",
|
|
|
|
"!resources",
|
|
|
|
"!src",
|
|
|
|
"!**/*.scss"
|
|
|
|
],
|
|
|
|
"directories": {
|
|
|
|
"output": "desktop/dist"
|
|
|
|
},
|
|
|
|
"protocols": [
|
|
|
|
{
|
|
|
|
"name": "Moodle Mobile URL",
|
|
|
|
"schemes": [
|
|
|
|
"moodlemobile"
|
|
|
|
],
|
|
|
|
"role": "Viewer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"compression": "maximum",
|
|
|
|
"electronVersion": "2.0.4",
|
|
|
|
"mac": {
|
|
|
|
"category": "public.app-category.education",
|
|
|
|
"icon": "resources/desktop/icon.icns",
|
|
|
|
"target": "mas",
|
|
|
|
"extendInfo": {
|
|
|
|
"ElectronTeamID": "2NU57U5PAW"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"target": "appx",
|
|
|
|
"icon": "resources/desktop/icon.ico"
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"category": "Education"
|
|
|
|
},
|
|
|
|
"snap": {
|
|
|
|
"confinement": "classic"
|
|
|
|
}
|
2017-10-18 10:20:40 +00:00
|
|
|
}
|
2018-09-13 10:11:20 +00:00
|
|
|
}
|