94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"name": "moodlemobile",
|
|
"version": "3.5.0",
|
|
"description": "The official app for Moodle.",
|
|
"author": {
|
|
"name": "Moodle Pty Ltd.",
|
|
"email": "mobile@moodle.com"
|
|
},
|
|
"config": {
|
|
"ionic_webpack": "./config/webpack.config.js"
|
|
},
|
|
"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": {
|
|
"clean": "ionic-app-scripts clean",
|
|
"build": "ionic-app-scripts build",
|
|
"lint": "ionic-app-scripts lint",
|
|
"ionic:build": "ionic-app-scripts build",
|
|
"ionic:serve": "gulp watch | ionic-app-scripts serve",
|
|
"ionic:build:before": "gulp",
|
|
"ionic:watch:before": "gulp"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^5.2.5",
|
|
"@angular/common": "5.0.0",
|
|
"@angular/compiler": "5.0.0",
|
|
"@angular/compiler-cli": "5.0.0",
|
|
"@angular/core": "5.0.0",
|
|
"@angular/forms": "5.0.0",
|
|
"@angular/http": "5.0.0",
|
|
"@angular/platform-browser": "5.0.0",
|
|
"@angular/platform-browser-dynamic": "5.0.0",
|
|
"@ionic-native/badge": "^4.5.3",
|
|
"@ionic-native/camera": "^4.5.2",
|
|
"@ionic-native/clipboard": "^4.3.2",
|
|
"@ionic-native/core": "4.3.0",
|
|
"@ionic-native/device": "^4.5.3",
|
|
"@ionic-native/file": "^4.3.3",
|
|
"@ionic-native/file-transfer": "^4.3.3",
|
|
"@ionic-native/globalization": "^4.3.2",
|
|
"@ionic-native/in-app-browser": "^4.3.3",
|
|
"@ionic-native/keyboard": "^4.3.2",
|
|
"@ionic-native/local-notifications": "^4.4.0",
|
|
"@ionic-native/media-capture": "^4.5.2",
|
|
"@ionic-native/network": "^4.3.2",
|
|
"@ionic-native/push": "^4.5.3",
|
|
"@ionic-native/splash-screen": "4.3.0",
|
|
"@ionic-native/sqlite": "^4.3.2",
|
|
"@ionic-native/status-bar": "4.3.0",
|
|
"@ionic-native/zip": "^4.3.3",
|
|
"@ngx-translate/core": "^8.0.0",
|
|
"@ngx-translate/http-loader": "^2.0.0",
|
|
"@types/cordova": "0.0.34",
|
|
"@types/cordova-plugin-file-transfer": "0.0.3",
|
|
"@types/cordova-plugin-globalization": "0.0.3",
|
|
"@types/cordova-plugin-network-information": "0.0.3",
|
|
"@types/node": "^8.0.47",
|
|
"@types/promise.prototype.finally": "^2.0.2",
|
|
"electron-builder-squirrel-windows": "^19.3.0",
|
|
"electron-windows-notifications": "^1.1.13",
|
|
"ionic-angular": "^3.9.2",
|
|
"ionicons": "3.0.0",
|
|
"jszip": "^3.1.4",
|
|
"moment": "^2.19.1",
|
|
"promise.prototype.finally": "^3.0.1",
|
|
"rxjs": "5.5.2",
|
|
"sw-toolbox": "3.6.0",
|
|
"ts-md5": "^1.2.2",
|
|
"zone.js": "0.8.18"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "^3.1.8",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clip-empty-files": "^0.1.2",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-slash": "^1.1.3",
|
|
"through": "^2.3.8",
|
|
"typescript": "2.4.2",
|
|
"webpack-merge": "^4.1.2"
|
|
},
|
|
"browser": {
|
|
"electron": false
|
|
}
|
|
}
|