rdio-scanner/client/package.json
2021-12-10 10:32:17 -05:00

44 lines
1.3 KiB
JSON

{
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
"dependencies": {
"@angular/animations": "^13.1.0",
"@angular/cdk": "^13.1.0",
"@angular/common": "~13.1.0",
"@angular/compiler": "~13.1.0",
"@angular/core": "~13.1.0",
"@angular/forms": "~13.1.0",
"@angular/material": "^13.1.0",
"@angular/platform-browser": "~13.1.0",
"@angular/platform-browser-dynamic": "~13.1.0",
"@angular/router": "^13.1.0",
"@angular/service-worker": "^13.1.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.1.0",
"@angular/cli": "^13.1.0",
"@angular/compiler-cli": "~13.1.0",
"@types/node": "~16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"ajv-keywords": "^5.1.0",
"eslint": "^8.4.1",
"npm-check-updates": "^12.0.3",
"ts-node": "~10.4.0",
"typescript": "~4.4.4"
},
"engines": {
"node": ">=16.0"
},
"license": "LICENSE",
"name": "rdio-scanner",
"private": true,
"scripts": {
"build": "ng build --base-href ./ --configuration production",
"start": "ng serve"
},
"version": "6.0.5"
}