Newer
Older
"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",
"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"
"@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",
"@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.locatecontrol": "^0.79.0",
"runtime-config-loader": "^5.0.2",
"@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",
"@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",
"typescript": "~4.9.4"