1
0
This repository has been archived on 2026-06-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MSE-PI-E2EEDA-Plein-de-eeee…/ui/package.json
khalil liloulah 0b6c424a94 feat(ui): initialize Angular 18 dashboard project
Setup:
- Angular 18 standalone project with routing
- TypeScript strict mode enabled
- Angular Material Cyan/Orange theme configured
- ESLint + Prettier for code quality
- Path aliases configured (@app, @services, @models, etc.)
- Environment files for dev/prod configurations

Dependencies:
- @angular/core@18.2.x
- @angular/material@18.2.x
- @angular/cdk@18.2.x
- chart.js@4.4.x (prepared for graphs)
- rxjs@7.8.x

Closes #17
2026-04-15 19:51:44 +02:00

47 lines
1.3 KiB
JSON

{
"name": "dashboard",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": "^18.2.14",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"chart.js": "^4.5.1",
"date-fns": "^3.6.0",
"rxjs": "^7.8.2",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.0",
"@types/chart.js": "^4.0.1",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^10.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.8.1",
"typescript": "~5.4.2"
}
}