li-dance-backoffice/frontend/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2022-11-30 15:26:46 +01:00
{
"name": "li-dance-backoffice",
"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": {
2024-03-10 18:13:36 +01:00
"@angular/animations": "^17.2.4",
2024-03-10 18:03:23 +01:00
"@angular/cdk": "^15.2.9",
2024-03-10 18:13:36 +01:00
"@angular/common": "^17.2.4",
"@angular/compiler": "^17.2.4",
"@angular/core": "^17.2.4",
"@angular/forms": "^17.2.4",
2024-03-10 18:03:23 +01:00
"@angular/material": "^15.2.9",
2024-03-10 18:13:36 +01:00
"@angular/platform-browser": "^17.2.4",
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
2022-11-30 15:26:46 +01:00
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
2024-03-10 18:13:36 +01:00
"zone.js": "~0.14.4"
2022-11-30 15:26:46 +01:00
},
"devDependencies": {
2024-03-10 18:13:36 +01:00
"@angular-devkit/build-angular": "^17.2.3",
"@angular/cli": "^17.2.3",
"@angular/compiler-cli": "^17.2.4",
2022-11-30 15:26:46 +01:00
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
2024-03-10 18:13:36 +01:00
"typescript": "~5.3.3"
2022-11-30 15:26:46 +01:00
}
2024-03-10 18:13:36 +01:00
}