77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "syscom-master-admin-ui",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"sass": "sass ./public/assets/scss:./public/assets/css/",
|
|
"sass-min": "sass ./public/assets/scss:./public/assets/css/ --style compressed",
|
|
"postcss": "sass ./public/assets/scss:./public/assets/css && postcss ./public/assets/css/*.css --dir ./public/assets/css",
|
|
"lint": "ng lint"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"private": true,
|
|
"packageManager": "npm@11.9.0",
|
|
"dependencies": {
|
|
"@angular/animations": "^21.2.14",
|
|
"@angular/cdk": "^21.2.8",
|
|
"@angular/common": "^21.2.10",
|
|
"@angular/compiler": "^21.2.10",
|
|
"@angular/core": "^21.2.10",
|
|
"@angular/forms": "^21.2.10",
|
|
"@angular/material": "^21.2.14",
|
|
"@angular/platform-browser": "^21.2.10",
|
|
"@angular/platform-browser-dynamic": "^21.2.10",
|
|
"@angular/router": "^21.2.10",
|
|
"@ng-select/ng-select": "^21.8.2",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tsparticles/angular": "^3.0.0",
|
|
"angularx-flatpickr": "^8.1.0",
|
|
"apexcharts": "^5.10.5",
|
|
"chart.js": "^4.5.1",
|
|
"flatpickr": "^4.6.13",
|
|
"ng-apexcharts": "^2.3.0",
|
|
"ng2-charts": "^10.0.0",
|
|
"ngx-color-picker": "^20.1.1",
|
|
"ngx-toastr": "^20.0.5",
|
|
"preline": "^4.1.2",
|
|
"primeng": "^21.1.9",
|
|
"rxjs": "~7.8.0",
|
|
"simplebar-angular": "^3.3.2",
|
|
"sweetalert2": "^11.26.25",
|
|
"tslib": "^2.3.0",
|
|
"tsparticles": "^3.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "^21.0.5",
|
|
"@angular/cli": "^21.0.5",
|
|
"@angular/compiler-cli": "^21.2.10",
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"angular-eslint": "21.4.0",
|
|
"autoprefixer": "^10.4.27",
|
|
"eslint": "^10.3.0",
|
|
"jsdom": "^27.1.0",
|
|
"postcss": "^8.5.8",
|
|
"postcss-cli": "^11.0.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "~5.9.2",
|
|
"typescript-eslint": "8.59.2",
|
|
"vitest": "^4.0.8"
|
|
}
|
|
}
|