An error occurred while loading the file. Please try again.
-
sohib komilov authored9c83243e
This project manages its dependencies using npm.
Learn more
package.json 2.03 KiB
{
"name": "corp-aab",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"extract-translations": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --sort --format namespaced-json --marker _"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.2",
"@angular/cdk": "^17.1.2",
"@angular/common": "^17.1.2",
"@angular/compiler": "^17.1.2",
"@angular/core": "^17.1.2",
"@angular/fire": "^17.1.0",
"@angular/forms": "^17.1.2",
"@angular/material": "^17.1.2",
"@angular/router": "^17.1.2",
"@fullcalendar/angular": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@ngx-translate/core": "^15.0.0",
"@types/mustache": "^4.1.1",
"ngx-toastr": "^16.2.0",
"socket.io-client": "^4.7.5",
},
"devDependencies": {
"@angular/cli": "~17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@types/jasmine": "~4.3.0",
"@types/node": "^20.10.4",
"@types/pdfmake": "^0.2.9",
"@types/xlsx": "^0.0.36",
"autoprefixer": "^10.4.16",
"jasmine-core": "~4.6.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"tailwindcss": "^3.3.5",
"typescript": "~5.3.3"
}
}