File: /var/www/web.enelar.com.co/package.json
{
"name": "enelar-esp",
"version": "17.0.3",
"license": "MIT",
"scripts": {
"start:dev": "ng serve --configuration development",
"build:dev": "ng build --configuration development",
"start:staging": "ng serve --configuration staging",
"build:staging": "ng build --configuration staging",
"composer:staging": "sudo docker-compose -f docker-compose.staging.yml up --build",
"start:prod": "ng serve --configuration production",
"build:prod": "ng build --configuration production",
"composer:production": "sudo docker-compose -f docker-compose.production.yml up --build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-eslint/schematics": "^18.1.0",
"@angular/animations": "^18.0.5",
"@angular/cdk": "^17.0.2",
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/fire": "^18.0.1",
"@angular/forms": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/router": "^18.0.5",
"@fullcalendar/angular": "^6.0.3",
"@fullcalendar/core": "^6.0.3",
"@fullcalendar/daygrid": "^6.0.3",
"@fullcalendar/interaction": "^6.0.3",
"@fullcalendar/timegrid": "^6.0.3",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^2.29.3",
"firebase": "^10.8.1",
"ngx-quill": "^26.0.4",
"primeflex": "^3.3.1",
"primeicons": "6.0.1",
"primeng": "^17.18.2",
"prismjs": "^1.29.0",
"quill-better-table": "^1.2.10",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@types/date-fns": "^2.6.0",
"@types/jasmine": "~4.3.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "^8.56.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.5"
}
}