Merge branch 'dev' into 'recette'
release V1.10.0 See merge request !178
This diff is collapsed.
This diff is collapsed.
{ | ||
"name": "pamn", | ||
"version": "1.6.0", | ||
"version": "1.10.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --configuration=fr --proxy-config proxy.conf.json", | ||
"build:prod": "ng build --prod --configuration=production,fr --output-path=dist", | ||
"build:dev": "ng build --prod --configuration=fr --output-path=dist", | ||
"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", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
... | ... | @@ -15,16 +17,16 @@ |
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "~10.1.3", | ||
"@angular/animations": "~11.2.12", | ||
"@angular/cdk": "^10.2.3", | ||
"@angular/common": "~10.1.3", | ||
"@angular/compiler": "~10.1.3", | ||
"@angular/core": "~10.1.3", | ||
"@angular/common": "~11.2.12", | ||
"@angular/compiler": "~11.2.12", | ||
"@angular/core": "~11.2.12", | ||
"@angular/flex-layout": "^10.0.0-beta.32", | ||
"@angular/forms": "~10.1.3", | ||
"@angular/platform-browser": "~10.1.3", | ||
"@angular/platform-browser-dynamic": "~10.1.3", | ||
"@angular/router": "~10.1.3", | ||
"@angular/forms": "~11.2.12", | ||
"@angular/platform-browser": "~11.2.12", | ||
"@angular/platform-browser-dynamic": "~11.2.12", | ||
"@angular/router": "~11.2.12", | ||
"@asymmetrik/ngx-leaflet": "^8.1.0", | ||
"@ngx-translate/core": "^13.0.0", | ||
"json-server": "^0.16.2", | ||
... | ... | @@ -33,20 +35,22 @@ |
"leaflet.locatecontrol": "^0.72.0", | ||
"lodash": "^4.17.20", | ||
"luxon": "^1.25.0", | ||
"npx": "^10.2.2", | ||
"rxjs": "~6.6.0", | ||
"tslib": "^2.0.0", | ||
"zone.js": "~0.10.2" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^0.1100.6", | ||
"@angular/cli": "~10.1.3", | ||
"@angular/compiler-cli": "~10.1.3", | ||
"@angular/localize": "^10.1.3", | ||
"@angular/cli": "^11.2.11", | ||
"@angular/compiler-cli": "~11.2.12", | ||
"@angular/localize": "^11.2.12", | ||
"@compodoc/compodoc": "^1.1.11", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/leaflet": "^1.5.17", | ||
"@types/node": "^12.12.67", | ||
"@types/leaflet.locatecontrol": "^0.60.7", | ||
"@types/node": "^12.12.67", | ||
"codelyzer": "^6.0.0", | ||
"jasmine-core": "~3.6.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
... | ... |
Please register or sign in to comment