charlyghislaindotcom/package.json
renovate 9d7cd92ee4
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head Build queued...
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
Update dependency @angular-devkit/build-angular to v16
2023-05-04 01:02:45 +00:00

52 lines
1.4 KiB
JSON

{
"name": "charlyghislaindotcom",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",
"@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3",
"core-js": "^2.6.12",
"luxon": "^3.0.0",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.0.0",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27",
"@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
}
}