mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
|
|
"dependencies": {
|
|
"@angular/animations": "^13.3.0",
|
|
"@angular/cdk": "^13.3.1",
|
|
"@angular/common": "~13.3.0",
|
|
"@angular/compiler": "~13.3.0",
|
|
"@angular/core": "~13.3.0",
|
|
"@angular/forms": "~13.3.0",
|
|
"@angular/material": "^13.3.1",
|
|
"@angular/platform-browser": "~13.3.0",
|
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
"@angular/router": "^13.3.0",
|
|
"@angular/service-worker": "^13.3.0",
|
|
"rxjs": "~7.4.0",
|
|
"tslib": "^2.3.1",
|
|
"zone.js": "~0.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^13.3.0",
|
|
"@angular/cli": "^13.3.0",
|
|
"@angular/compiler-cli": "~13.3.0",
|
|
"@types/node": "^17.0.23",
|
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
|
"@typescript-eslint/parser": "^5.16.0",
|
|
"ajv-keywords": "^5.1.0",
|
|
"eslint": "^8.11.0",
|
|
"ts-node": "~10.7.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.2.0"
|
|
}
|