Newer
Older
{
"name": "MaarchCourrier",
"description": "MaarchCourrier",
"scripts": {
"build-css": "node-sass --include-path scss src/frontend/css/maarch-material.scss src/frontend/css/maarch-material.css --output-style compressed",
"build-prod": "ng build --prod && npm run build-css",
"build-watch": "ng build --watch",
"build": "ng build",
"create-component": "echo Component name ? && read varname && ng g c $varname --module app",
"create-component-admin": "echo Component name ? && read varname && ng g c administration/$varname --module administration"
"license": "GPL-3.0",

Alex ORLUC
committed
"@swimlane/ngx-charts": "^13.0.2",

Alex ORLUC
committed
"ng2-pdf-viewer": "^6.1.2",
"ngx-cookie-service": "^3.0.3",

Alex ORLUC
committed
"tinymce-i18n": "^19.9.17",
"@angular-devkit/build-angular": "~0.901.0",
"@angular/animations": "^9.1.0",
"@angular/cdk": "^9.2.0",
"@angular/cli": "^9.1.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"@angular/material": "^9.2.0",
"@angular/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/platform-server": "^9.1.0",
"@angular/router": "^9.1.0",
"@types/jquery": "^3.3.34",
"@types/node": "^13.9.5",

Florian Azizian
committed
"nodemon": "^2.0.2",
"npm-check-updates": "^4.1.0",
"rxjs": "^6.5.4",
"typescript": "3.8.3",
"url-loader": "^4.0.0",