mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"author": "Chrystian Huot <chrystian@huot.qc.ca>",
|
|
"dependencies": {
|
|
"@angular/animations": "^21.0.6",
|
|
"@angular/cdk": "^21.0.5",
|
|
"@angular/common": "^21.0.6",
|
|
"@angular/compiler": "^21.0.6",
|
|
"@angular/core": "^21.0.6",
|
|
"@angular/forms": "^21.0.6",
|
|
"@angular/material": "^21.0.5",
|
|
"@angular/platform-browser": "^21.0.6",
|
|
"@angular/platform-browser-dynamic": "^21.0.6",
|
|
"@angular/router": "^21.0.6",
|
|
"@angular/service-worker": "^21.0.6",
|
|
"material-icons": "^1.13.14",
|
|
"rxjs": "~7.8.2",
|
|
"tslib": "^2.8.1",
|
|
"zone.js": "~0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^21.0.4",
|
|
"@angular/build": "^21.0.4",
|
|
"@angular/cli": "^21.0.4",
|
|
"@angular/compiler-cli": "^21.0.6",
|
|
"@types/node": "^25.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
"@typescript-eslint/parser": "^8.50.0",
|
|
"ajv-keywords": "^5.1.0",
|
|
"eslint": "^9.39.2",
|
|
"ts-node": "~10.9.2",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0"
|
|
},
|
|
"license": "LICENSE",
|
|
"name": "rdio-scanner",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build --base-href ./ --configuration production",
|
|
"serve": "ng serve"
|
|
},
|
|
"version": "7.0.0"
|
|
}
|