sheetjs/demos/angular2/package.json

40 lines
783 B
JSON
Raw Normal View History

2017-06-21 23:10:36 +00:00
{
2022-02-01 19:07:03 +00:00
"name": "angular13",
2017-06-21 23:10:36 +00:00
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
2022-02-01 19:07:03 +00:00
"@angular/animations": "~13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
2022-02-01 19:07:03 +00:00
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
2022-02-01 19:07:03 +00:00
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
2022-02-01 19:07:03 +00:00
"@angular/router": "~13.2.0",
2022-02-01 19:07:03 +00:00
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
2017-06-21 23:10:36 +00:00
},
"devDependencies": {
2022-02-01 19:07:03 +00:00
"@angular-devkit/build-angular": "~13.2.1",
"@angular/cli": "~13.2.1",
"@angular/compiler-cli": "~13.2.0",
"@types/node": "^12.11.1",
"typescript": "~4.5.2"
2017-06-21 23:10:36 +00:00
}
}