docs.sheetjs.com/docz/static/angular/versions/package.json-ng14
2023-02-21 03:40:30 -05:00

40 lines
779 B
Plaintext

{
"name": "angular14",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.10",
"@angular/common": "14.2.10",
"@angular/compiler": "14.2.10",
"@angular/core": "14.2.10",
"@angular/forms": "14.2.10",
"@angular/platform-browser": "14.2.10",
"@angular/platform-browser-dynamic": "14.2.10",
"@angular/router": "14.2.10",
"rxjs": "7.5.0",
"tslib": "2.3.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.10",
"@angular/cli": "14.2.10",
"@angular/compiler-cli": "14.2.10",
"@types/node": "12.11.1",
"typescript": "~4.7.2"
}
}