mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
|
|
"dependencies": {
|
|
"@angular/animations": "^12.1.1",
|
|
"@angular/cdk": "^12.1.1",
|
|
"@angular/common": "~12.1.1",
|
|
"@angular/compiler": "~12.1.1",
|
|
"@angular/core": "~12.1.1",
|
|
"@angular/forms": "~12.1.1",
|
|
"@angular/material": "^12.1.1",
|
|
"@angular/platform-browser": "~12.1.1",
|
|
"@angular/platform-browser-dynamic": "~12.1.1",
|
|
"@angular/router": "^12.1.1",
|
|
"@angular/service-worker": "^12.1.1",
|
|
"rxjs": "~6.5.5",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~12.1.1",
|
|
"@angular/cli": "^12.1.1",
|
|
"@angular/compiler-cli": "~12.1.1",
|
|
"@types/node": "~16.0.1",
|
|
"ts-node": "~10.0.0",
|
|
"typescript": "~4.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0"
|
|
},
|
|
"license": "LICENSE",
|
|
"name": "rdio-scanner-client",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build --base-href ./ --configuration production",
|
|
"start": "ng serve"
|
|
},
|
|
"version": "5.2.0"
|
|
}
|