etf-demo/package.json

37 lines
1.0 KiB
JSON
Raw Normal View History

2018-11-29 15:00:06 -05:00
{
"name": "etf-demo",
"version": "2.0.0",
2018-11-29 17:26:28 -05:00
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
2018-11-29 17:26:28 -05:00
},
"private": true,
"dependencies": {
"@angular/cdk": "^17.0.0",
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/material": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@swimlane/ngx-charts": "^20.5.0",
2018-11-29 17:42:02 -05:00
"hammerjs": "^2.0.8",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
2018-11-29 17:26:28 -05:00
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.6",
"@angular/cli": "^17.0.6",
"@angular/compiler-cli": "^17.0.0",
"@types/jasmine": "~5.1.0",
"typescript": "~5.2.2"
2018-11-29 17:26:28 -05:00
}
2018-11-29 15:00:06 -05:00
}