{ "name": "pamn", "version": "2.5.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", "lint": "ng lint --fix", "release": "standard-version", "translate": "ng xi18n --ivy --output-path src/locale --out-file messages.en.xlf", "storybook": "ng run pamn:storybook", "build-storybook": "ng run pamn:build-storybook" }, "private": true, "dependencies": { "@ag-grid-community/csv-export": "^29.0.0", "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.12", "@angular/common": "^16.2.12", "@angular/compiler": "^16.2.12", "@angular/core": "^16.2.12", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^16.2.12", "@angular/platform-browser": "^16.2.12", "@angular/platform-browser-dynamic": "^16.2.12", "@angular/router": "^16.2.12", "@angular/service-worker": "^16.2.12", "@asymmetrik/ngx-leaflet": "^16.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-matomo-client": "^5.0.4", "ngx-toastr": "^15.0.0", "runtime-config-loader": "^5.0.2", "rxjs": "~7.6.0", "tslib": "^2.4.0", "zone.js": "~0.13.3" }, "devDependencies": { "@angular-devkit/build-angular": "^16.2.10", "@angular-eslint/builder": "^16.3.1", "@angular-eslint/eslint-plugin": "^16.3.1", "@angular-eslint/eslint-plugin-template": "^16.3.1", "@angular-eslint/schematics": "^16.3.1", "@angular-eslint/template-parser": "^16.3.1", "@angular/cli": "^16.2.10", "@angular/compiler-cli": "^16.2.12", "@angular/localize": "^16.2.12", "@compodoc/compodoc": "^1.1.16", "@storybook/addon-essentials": "^7.5.3", "@storybook/addon-interactions": "^7.5.3", "@storybook/addon-links": "^7.5.3", "@storybook/angular": "^7.5.3", "@storybook/blocks": "^7.5.3", "@storybook/manager-api": "^7.5.3", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^7.5.3", "@types/leaflet": "^1.5.17", "@types/leaflet.locatecontrol": "^0.74.0", "@types/luxon": "^1.25.0", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "codelyzer": "^6.0.2", "eslint": "^8.39.0", "eslint-plugin-jsdoc": "^46.8.1", "eslint-plugin-storybook": "^0.6.15", "http-server": "^14.1.0", "ng-packagr": "^16.2.3", "prettier": "^2.8.3", "react": "^18.2.0", "react-dom": "^18.2.0", "standard-version": "^9.3.2", "storybook": "^7.5.3", "ts-node": "~8.10.0", "typescript": "~4.9.4" } }