{ "name": "pamn", "version": "0.0.3", "scripts": { "ng": "ng", "start": "ng serve --configuration=fr", "build:prod": "ng build --configuration=production,fr --output-path=dist", "build:dev": "ng build --configuration=fr --output-path=dist", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "release": "standard-version", "translate": "ng xi18n --output-path src/locale --out-file messages.en.xlf" }, "private": true, "dependencies": { "@angular/animations": "~10.1.3", "@angular/cdk": "^10.2.3", "@angular/common": "~10.1.3", "@angular/compiler": "~10.1.3", "@angular/core": "~10.1.3", "@angular/flex-layout": "^10.0.0-beta.32", "@angular/forms": "~10.1.3", "@angular/platform-browser": "~10.1.3", "@angular/platform-browser-dynamic": "~10.1.3", "@angular/router": "~10.1.3", "@asymmetrik/ngx-leaflet": "^8.1.0", "@runette/ngx-leaflet-locate": "^1.0.3", "leaflet": "^1.7.1", "leaflet.locatecontrol": "^0.72.0", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1001.3", "@angular/cli": "~10.1.3", "@angular/compiler-cli": "~10.1.3", "@angular/localize": "^10.1.3", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/leaflet": "^1.5.17", "@types/node": "^12.12.67", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0", "karma-browserify": "^7.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "prettier": "^2.1.2", "protractor": "~7.0.0", "standard-version": "^9.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~4.0.2" } }