{ "name": "pamn", "version": "2.2.0", "scripts": { "ng": "ng", "start": "ng serve --configuration=local,fr --proxy-config proxy.conf.json", "start-pwa": "npm run build:prod && http-server -p 8080 -c-1 dist/fr --proxy http://localhost:3000", "build:prod": "ng build --configuration=production,fr --output-path=dist --output-hashing=all --subresource-integrity", "build:dev": "ng build --configuration=production,fr --output-path=dist --output-hashing=all --subresource-integrity", "doc": "./node_modules/.bin/compodoc -p tsconfig.doc.json", "doc:serve": "./node_modules/.bin/compodoc compodoc -s", "test": "ng test", "lint": "ng lint --fix", "release": "standard-version", "translate": "ng xi18n --ivy --output-path src/locale --out-file messages.en.xlf" }, "private": true, "dependencies": { "@ag-grid-community/csv-export": "^29.0.0", "@angular/animations": "^15.1.3", "@angular/cdk": "^15.1.2", "@angular/common": "^15.1.3", "@angular/compiler": "^15.1.3", "@angular/core": "^15.1.3", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^15.1.3", "@angular/platform-browser": "^15.1.3", "@angular/platform-browser-dynamic": "^15.1.3", "@angular/router": "^15.1.3", "@angular/service-worker": "^15.1.3", "@asymmetrik/ngx-leaflet": "^8.1.0", "@ngx-matomo/router": "^4.0.1", "@ngx-matomo/tracker": "^4.0.1", "@ngx-translate/core": "^14.0.0", "ag-grid-angular": "^29.0.0", "ag-grid-community": "^29.0.0", "jwt-decode": "^3.1.2", "leaflet": "^1.9.2", "leaflet.locatecontrol": "^0.79.0", "lodash": "^4.17.21", "luxon": "^1.25.0", "ngx-toastr": "^15.0.0", "runtime-config-loader": "^5.0.2", "rxjs": "~7.6.0", "tslib": "^2.4.0", "zone.js": "~0.12.0" }, "devDependencies": { "@angular-builders/jest": "^15.0.0", "@angular-devkit/build-angular": "^15.1.4", "@angular-eslint/builder": "^15.2.0", "@angular-eslint/eslint-plugin": "^15.2.0", "@angular-eslint/eslint-plugin-template": "^15.2.0", "@angular-eslint/schematics": "^15.2.0", "@angular-eslint/template-parser": "^15.2.0", "@angular/cli": "^15.1.4", "@angular/compiler-cli": "^15.1.3", "@angular/localize": "^15.1.3", "@compodoc/compodoc": "^1.1.16", "@types/jasmine": "~4.3.0", "@types/jasminewd2": "~2.0.3", "@types/leaflet": "^1.5.17", "@types/leaflet.locatecontrol": "^0.74.0", "@types/luxon": "^1.25.0", "@types/node": "^16.0.0", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "codelyzer": "^6.0.2", "eslint": "^8.28.0", "eslint-plugin-jest": "^27.0.0", "http-server": "^14.1.0", "jasmine-core": "~4.5.0", "jasmine-spec-reporter": "~7.0.0", "jest": "^28.0.0", "jest-preset-angular": "^12.2.6", "karma": "^6.4.0", "karma-browserify": "^8.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "^2.0.0", "ng-packagr": "^15.1.1", "prettier": "^2.8.3", "standard-version": "^9.3.2", "ts-node": "~8.10.0", "tslint": "~6.1.0", "typescript": "~4.9.4" } }