mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
38 lines
1 KiB
JSON
38 lines
1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run --settings private/settings.json",
|
|
"start:prod": "AOT=1 ROLLUP=1 meteor --production --settings private/settings.json"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^8.1.1",
|
|
"@angular/cdk": "^8.0.2",
|
|
"@angular/common": "8.1.1",
|
|
"@angular/compiler": "8.1.1",
|
|
"@angular/core": "8.1.1",
|
|
"@angular/forms": "8.1.1",
|
|
"@angular/material": "^8.0.2",
|
|
"@angular/platform-browser": "8.1.1",
|
|
"@angular/platform-browser-dynamic": "8.1.1",
|
|
"@angular/router": "8.1.1",
|
|
"@babel/runtime": "7.5.4",
|
|
"bcrypt": "^3.0.6",
|
|
"core-js": "3.1.4",
|
|
"hammerjs": "^2.0.8",
|
|
"meteor-node-stubs": "0.4.1",
|
|
"meteor-rxjs": "0.4.14",
|
|
"multiparty": "^4.2.1",
|
|
"rxjs": "6.5.2",
|
|
"zone.js": "0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/compiler-cli": "8.1.1",
|
|
"@types/meteor": "1.4.28",
|
|
"@types/multiparty": "0.0.32",
|
|
"@types/node": "^12.6.2",
|
|
"codelyzer": "^5.1.0",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "3.5.3"
|
|
}
|
|
}
|