mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
|
|
"dependencies": {
|
|
"@angular/animations": "^15.0.4",
|
|
"@angular/cdk": "^15.0.3",
|
|
"@angular/common": "^15.0.4",
|
|
"@angular/compiler": "^15.0.4",
|
|
"@angular/core": "^15.0.4",
|
|
"@angular/forms": "^15.0.4",
|
|
"@angular/material": "^15.0.3",
|
|
"@angular/platform-browser": "^15.0.4",
|
|
"@angular/platform-browser-dynamic": "^15.0.4",
|
|
"@angular/router": "^15.0.4",
|
|
"@angular/service-worker": "^15.0.4",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.0.4",
|
|
"@angular/cli": "^15.0.4",
|
|
"@angular/compiler-cli": "^15.0.4",
|
|
"@types/node": "^18.11.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"@typescript-eslint/parser": "^5.40.1",
|
|
"ajv-keywords": "^5.1.0",
|
|
"eslint": "^8.25.0",
|
|
"ts-node": "~10.9.1",
|
|
"typescript": "~4.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0"
|
|
},
|
|
"license": "LICENSE",
|
|
"name": "rdio-scanner",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build --base-href ./ --configuration production",
|
|
"start": "ng serve"
|
|
},
|
|
"version": "7.0.0"
|
|
}
|