Newer
Older
"start": "ng serve --configuration=fr --proxy-config proxy.conf.json",
"build:prod": "ng build --prod --configuration=production,fr --output-path=dist --subresource-integrity",
"build:dev": "ng build --prod --configuration=fr --output-path=dist --subresource-integrity",
"doc": "npx @compodoc/compodoc -p tsconfig.doc.json",
"doc:serve": "npm run doc && npx 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/common": "~11.2.12",
"@angular/compiler": "~11.2.12",
"@angular/core": "~11.2.12",
"@angular/forms": "~11.2.12",
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@ngx-translate/core": "^13.0.0",
"json-server": "^0.16.2",
"jwt-decode": "^3.1.2",

Hugo SUBTIL
committed
"leaflet.locatecontrol": "^0.72.0",
"@angular/compiler-cli": "~11.2.12",
"@angular/localize": "^11.2.12",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~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",