Newer
Older
"start": "ng serve --configuration=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 --subresource-integrity",
"build:dev": "ng build --configuration=production,fr --output-path=dist --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",
"api": "json-server api/db.json --routes api/routes.json --no-cors=true"
"@angular/animations": "~13.1.1",
"@angular/cdk": "^13.1.1",
"@angular/common": "~13.1.1",
"@angular/compiler": "~13.1.1",
"@angular/core": "~13.1.1",
"@angular/forms": "~13.1.1",
"@angular/platform-browser": "~13.1.1",
"@angular/platform-browser-dynamic": "~13.1.1",
"@angular/router": "~13.1.1",
"@angular/service-worker": "~13.1.1",

Augustin LECONTE
committed
"ag-grid-angular": "^26.2.0",
"ag-grid-community": "^26.2.1",
"ag-grid-enterprise": "^26.2.1",
"jwt-decode": "^3.1.2",

Hugo SUBTIL
committed
"leaflet.locatecontrol": "^0.72.0",
"@angular-devkit/build-angular": "^13.2.1",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "~13.1.1",
"@angular/localize": "^13.1.1",
"@compodoc/compodoc": "^1.1.16",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",

Hugo SUBTIL
committed
"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",