rdio-scanner/client/package.json
2022-02-02 09:21:59 -05:00

43 lines
1.3 KiB
JSON

{
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
"dependencies": {
"@angular/animations": "^13.2.0",
"@angular/cdk": "^13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/material": "^13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "^13.2.0",
"@angular/service-worker": "^13.2.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.1",
"@angular/cli": "^13.2.1",
"@angular/compiler-cli": "~13.2.0",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"ajv-keywords": "^5.1.0",
"eslint": "^8.8.0",
"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.1.10"
}