79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"name": "psiapp",
|
|
"version": "1.2.0",
|
|
"repository": "https://git.psi.ch/psiweb/psiapp",
|
|
"author": "José Pedro Lima Marques",
|
|
"contributors": [
|
|
"José Pedro Lima Marques",
|
|
"Stefan Janssen",
|
|
"Mike Seidel",
|
|
"Oliver Bunk",
|
|
"Thomas Bücklers",
|
|
"Michela Schorta"
|
|
],
|
|
"homepage": "https://pocket.psi.ch",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build:prod": "ionic build --configuration production --service-worker -- --base-href /",
|
|
"build:qa": "ionic build --configuration=qa --service-worker -- --base-href /",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^16.0.0",
|
|
"@angular/common": "^16.0.0",
|
|
"@angular/core": "^16.0.0",
|
|
"@angular/forms": "^16.0.0",
|
|
"@angular/platform-browser": "^16.0.0",
|
|
"@angular/platform-browser-dynamic": "^16.0.0",
|
|
"@angular/router": "^16.0.0",
|
|
"@angular/service-worker": "^16.0.0",
|
|
"@ionic/angular": "^7.0.5",
|
|
"@ionic/cli": "^6.20.1",
|
|
"@meddv/ngx-pinch-zoom": "^16.0.0",
|
|
"core-js": "^3.6.4",
|
|
"echarts": "^5.4.2",
|
|
"g": "^2.0.1",
|
|
"leaflet": "^1.9.3",
|
|
"leaflet-defaulticon-compatibility": "^0.1.1",
|
|
"leaflet-geosearch": "^3.8.0",
|
|
"ngx-device-detector": "^6.0.2",
|
|
"ngx-echarts": "^16.0.0",
|
|
"npm": "^9.6.6",
|
|
"rxjs": "^7.5.0",
|
|
"tslib": "^2.5.0",
|
|
"zone.js": "~0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "^0.1600.0",
|
|
"@angular-devkit/build-angular": "^16.0.0",
|
|
"@angular-devkit/core": "16.0.0",
|
|
"@angular-devkit/schematics": "^16.0.0",
|
|
"@angular/cli": "^16.0.0",
|
|
"@angular/compiler": "^16.0.0",
|
|
"@angular/compiler-cli": "^16.0.0",
|
|
"@angular/language-service": "^16.0.0",
|
|
"@ionic/angular-toolkit": "^9.0.0",
|
|
"@types/jasmine": "^4.3.1",
|
|
"@types/jasminewd2": "^2.0.10",
|
|
"@types/node": "^20.1.0",
|
|
"codelyzer": "^6.0.2",
|
|
"jasmine-core": "^4.6.0",
|
|
"jasmine-spec-reporter": "^7.0.0",
|
|
"karma": "^6.4.2",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
"karma-jasmine": "^5.1.0",
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
"protractor": "^7.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"description": "This is a web application to provide some useful information during your stay at PSI."
|
|
}
|