mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
142 lines
5.0 KiB
JSON
142 lines
5.0 KiB
JSON
{
|
|
"name": "@openstapps/app",
|
|
"version": "0.0.1",
|
|
"description": "The generic app tailored to fulfill needs of German universities, written using Ionic Framework.",
|
|
"homepage": "https://stapps.innocampus.tu-berlin.de/",
|
|
"license": "GPL-3.0-only",
|
|
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
|
"contributors": [
|
|
"Jovan Krunić <jovan.krunic@gmail.com>",
|
|
"Sebastian Lange <sebastianlange87@gmail.com>"
|
|
],
|
|
"scripts": {
|
|
"build": "ng build",
|
|
"build:prod": "ng build --prod",
|
|
"build:web": "ng build --configuration=web",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
|
"check-configuration": "openstapps-configuration",
|
|
"e2e": "ng e2e --no-webdriver-update",
|
|
"docker:build": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"npm install && npm run build\"",
|
|
"docker:enter": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash",
|
|
"docker:fresh": "sudo docker pull registry.gitlab.com/openstapps/app",
|
|
"docker:serve": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"ionic serve\"",
|
|
"documentation": "compodoc -p tsconfig.json -d docs",
|
|
"lint": "ng lint",
|
|
"ng": "ng",
|
|
"postversion": "npm run changelog",
|
|
"pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",
|
|
"prepublishOnly": "npm ci && npm run build",
|
|
"preversion": "npm run prepublishOnly",
|
|
"push": "git push && git push origin \"v$npm_package_version\"",
|
|
"start": "ng serve",
|
|
"start:web": "ng serve --configuration=web",
|
|
"test": "ng test",
|
|
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "7.2.14",
|
|
"@angular/core": "7.2.14",
|
|
"@angular/forms": "7.2.14",
|
|
"@angular/http": "7.2.14",
|
|
"@angular/platform-browser": "7.2.14",
|
|
"@angular/platform-browser-dynamic": "7.2.14",
|
|
"@angular/router": "7.2.14",
|
|
"@ionic-native/core": "5.4.0",
|
|
"@ionic-native/geolocation": "5.4.0",
|
|
"@ionic-native/splash-screen": "5.4.0",
|
|
"@ionic-native/status-bar": "5.4.0",
|
|
"@ionic/angular": "4.6.1",
|
|
"@ionic/storage": "2.2.0",
|
|
"@ngx-translate/core": "11.0.1",
|
|
"@ngx-translate/http-loader": "4.0.0",
|
|
"@openstapps/api": "0.22.0",
|
|
"@openstapps/configuration": "0.22.0",
|
|
"@openstapps/core": "0.34.0",
|
|
"@openstapps/logger": "0.4.0",
|
|
"cordova-android": "8.0.0",
|
|
"cordova-browser": "6.0.0",
|
|
"cordova-ios": "5.0.0",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-geolocation": "4.0.1",
|
|
"cordova-plugin-ionic-keyboard": "2.1.3",
|
|
"cordova-plugin-ionic-webview": "4.0.1",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-whitelist": "1.3.3",
|
|
"core-js": "2.6.5",
|
|
"deepmerge": "3.3.0",
|
|
"form-data": "2.5.0",
|
|
"moment": "2.24.0",
|
|
"ngx-markdown": "7.1.4",
|
|
"ngx-moment": "3.4.0",
|
|
"rxjs": "6.4.0",
|
|
"zone.js": "0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "0.13.8",
|
|
"@angular-devkit/build-angular": "0.13.8",
|
|
"@angular-devkit/core": "7.3.8",
|
|
"@angular-devkit/schematics": "7.3.8",
|
|
"@angular/cli": "7.3.8",
|
|
"@angular/compiler": "7.2.14",
|
|
"@angular/compiler-cli": "7.2.14",
|
|
"@angular/language-service": "7.2.14",
|
|
"@compodoc/compodoc": "1.1.10",
|
|
"@ionic/angular-toolkit": "2.0.0",
|
|
"@types/deepmerge": "2.2.0",
|
|
"@types/form-data": "2.5.0",
|
|
"@types/jasmine": "3.3.12",
|
|
"@types/jasminewd2": "2.0.6",
|
|
"@types/node": "10.14.6",
|
|
"codelyzer": "5.0.0",
|
|
"conventional-changelog-cli": "2.0.12",
|
|
"is-docker": "1.1.0",
|
|
"jasmine-core": "3.5.0",
|
|
"jasmine-spec-reporter": "4.2.1",
|
|
"karma": "4.4.1",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
"karma-jasmine": "2.0.1",
|
|
"karma-jasmine-html-reporter": "1.4.2",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"protractor": "5.4.2",
|
|
"surge": "0.20.5",
|
|
"ts-node": "8.0.3",
|
|
"tslint": "5.15.0",
|
|
"typescript": "3.2.4"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {},
|
|
"cordova-plugin-ionic-keyboard": {},
|
|
"cordova-plugin-geolocation": {
|
|
"GEOLOCATION_USAGE_DESCRIPTION": "The app will use your location to provide features for navigation or distances information."
|
|
}
|
|
},
|
|
"platforms": [
|
|
"ios",
|
|
"browser",
|
|
"android"
|
|
]
|
|
},
|
|
"openstappsConfiguration": {
|
|
"forPackaging": false,
|
|
"hasCli": false,
|
|
"ignoreCiEntries": [
|
|
"build",
|
|
"image",
|
|
"package",
|
|
"pages"
|
|
],
|
|
"ignoreScripts": [
|
|
"prepublishOnly",
|
|
"compile"
|
|
],
|
|
"serverSide": false,
|
|
"standardBuild": false,
|
|
"standardDocumentation": false
|
|
}
|
|
}
|