{ "name": "pamn", "version": "3.1.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", "typecheck": "npx tsc -p ./tsconfig.json", "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": "^17.3.8", "@angular/cdk": "^17.3.6", "@angular/common": "^17.3.8", "@angular/compiler": "^17.3.8", "@angular/core": "^17.3.8", "@angular/forms": "^17.3.8", "@angular/platform-browser": "^17.3.8", "@angular/platform-browser-dynamic": "^17.3.8", "@angular/router": "^17.3.8", "@angular/service-worker": "^17.3.8", "@asymmetrik/ngx-leaflet": "^17.0.0", "@ngx-translate/core": "^14.0.0", "@storybook/addon-a11y": "^8.2.6", "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": "^6.0.0", "ngx-toastr": "^18.0.0", "rxjs": "~7.8.0", "tslib": "^2.4.0", "zone.js": "~0.14.0" }, "devDependencies": { "@angular-devkit/build-angular": "^17.3.7", "@angular-eslint/builder": "^17.0.1", "@angular-eslint/eslint-plugin": "^17.0.1", "@angular-eslint/eslint-plugin-template": "^17.0.1", "@angular-eslint/schematics": "^17.0.1", "@angular-eslint/template-parser": "^17.0.1", "@angular/cli": "^17.3.7", "@angular/compiler-cli": "^17.3.8", "@angular/localize": "^17.3.8", "@chromatic-com/storybook": "^1.6.1", "@compodoc/compodoc": "^1.1.16", "@storybook/addon-essentials": "^8.2.6", "@storybook/addon-interactions": "^8.2.6", "@storybook/addon-links": "^8.2.6", "@storybook/addon-mdx-gfm": "^8.2.6", "@storybook/angular": "^8.2.6", "@storybook/blocks": "^8.2.6", "@storybook/manager-api": "^8.2.6", "@storybook/theming": "^8.2.6", "@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": "^48.0.0", "eslint-plugin-storybook": "^0.8.0", "http-server": "^14.1.0", "ng-packagr": "^17.0.3", "prettier": "^3.1.0", "standard-version": "^9.3.2", "storybook": "^8.2.6", "typescript": "~5.2.0" } }