deploiement sur VM
This commit is contained in:
57
ansible/files/doodlestudent/front/package.json
Normal file
57
ansible/files/doodlestudent/front/package.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "tlcfront",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.conf.json",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "16.2.1",
|
||||
"@angular/common": "16.2.1",
|
||||
"@angular/compiler": "16.2.1",
|
||||
"@angular/core": "16.2.1",
|
||||
"@angular/forms": "16.2.1",
|
||||
"@angular/localize": "16.2.1",
|
||||
"@angular/platform-browser": "16.2.1",
|
||||
"@angular/platform-browser-dynamic": "16.2.1",
|
||||
"@angular/router": "16.2.1",
|
||||
"@fullcalendar/angular": "6.1.8",
|
||||
"@fullcalendar/core": "6.1.8",
|
||||
"@fullcalendar/daygrid": "6.1.8",
|
||||
"@fullcalendar/interaction": "6.1.8",
|
||||
"@fullcalendar/timegrid": "6.1.8",
|
||||
"@ng-bootstrap/ng-bootstrap": "15.1.1",
|
||||
"bootstrap": "5.3.1",
|
||||
"jquery": "3.7.0",
|
||||
"primeicons": "6.0.1",
|
||||
"primeng": "16.2.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.6.2",
|
||||
"zone.js": "0.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "16.2.0",
|
||||
"@angular/cli": "16.2.0",
|
||||
"@angular/compiler-cli": "16.2.1",
|
||||
"@types/jasmine": "4.3.5",
|
||||
"@types/jasminewd2": "2.0.10",
|
||||
"@types/node": "20.5.1",
|
||||
"codelyzer": "6.0.2",
|
||||
"jasmine-core": "5.1.0",
|
||||
"jasmine-spec-reporter": "7.0.0",
|
||||
"karma": "6.4.2",
|
||||
"karma-chrome-launcher": "3.2.0",
|
||||
"karma-coverage-istanbul-reporter": "3.0.3",
|
||||
"karma-jasmine": "5.1.0",
|
||||
"karma-jasmine-html-reporter": "2.1.0",
|
||||
"protractor": "7.0.0",
|
||||
"ts-node": "10.9.1",
|
||||
"tslint": "6.1.0",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user