Files
Extranet_UI_V2/package.json
arfat qureshi 6ce776f218 first commit
2025-10-29 11:44:13 +05:30

71 lines
2.1 KiB
JSON

{
"name": "extra-net",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-dev": "ng build --configuration=dev",
"build-uat": "ng build --configuration=uat",
"build-preprod": "ng build --configuration=preprod",
"build-prod": "ng build --configuration=prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"post-build": "node ./build/post-build.js",
"serve": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.4",
"@angular/cdk": "^18.1.4",
"@angular/common": "^18.1.4",
"@angular/compiler": "^18.1.4",
"@angular/core": "^18.1.4",
"@angular/forms": "^18.1.4",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "^18.1.4",
"@angular/platform-browser-dynamic": "^18.1.4",
"@angular/router": "^18.1.4",
"@fullcalendar/angular": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@ng-select/ng-option-highlight": "^13.7.0",
"@ng-select/ng-select": "^13.7.0",
"@ngx-translate/core": "^15.0.0",
"ag-grid-angular": "^32.0.2",
"ag-grid-community": "^32.0.2",
"angular-calendar": "^0.31.1",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"file-saver": "^2.0.5",
"jsencrypt": "^3.3.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"moment": "^2.30.1",
"ng-otp-input": "^1.9.3",
"ngx-cookie-service": "^18.0.0",
"primeicons": "^7.0.0",
"primeng": "^17.18.7",
"quill": "^2.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"xlsx": "^0.18.5",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.4",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "^18.1.4",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "^5.1.4",
"@types/node": "^22.1.0",
"jasmine-core": "^5.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
}
}