rdio-scanner/client/package.json
2020-08-23 10:20:55 -04:00

38 lines
1.2 KiB
JSON

{
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
"dependencies": {
"@angular/animations": "^10.0.10",
"@angular/cdk": "^10.1.3",
"@angular/common": "~10.0.10",
"@angular/compiler": "~10.0.10",
"@angular/core": "~10.0.10",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.10",
"@angular/material": "^10.1.3",
"@angular/platform-browser": "~10.0.10",
"@angular/platform-browser-dynamic": "~10.0.10",
"@angular/service-worker": "~10.0.10",
"rxjs": "~6.6.2",
"tslib": "^2.0.1",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.6",
"@angular/cli": "^10.0.6",
"@angular/compiler-cli": "~10.0.10",
"@types/node": "~14.6.0",
"codelyzer": "^6.0.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.3",
"typescript": "~3.9.7"
},
"license": "LICENSE",
"name": "rdio-scanner-client",
"private": true,
"scripts": {
"build": "ng build --base-href ./ --prod",
"start": "ng serve"
},
"version": "4.6.3"
}