Move npm deps in package.json to fix npm install --prod

This commit is contained in:
wiz
2021-12-07 10:29:33 +00:00
parent 53b0bc0e48
commit 41c61ef506
4 changed files with 623 additions and 2685 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,9 @@
"cypress:run:ci": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-prod 4200 cypress:run:record"
},
"dependencies": {
"@angular-devkit/build-angular": "^12.2.6",
"@angular/animations": "~12.2.6",
"@angular/cli": "~12.2.6",
"@angular/common": "~12.2.6",
"@angular/compiler": "~12.2.6",
"@angular/core": "~12.2.6",
@@ -90,8 +92,6 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.6",
"@angular/cli": "~12.2.6",
"@angular/compiler-cli": "~12.2.6",
"@angular/language-service": "~12.2.6",
"@nguniversal/builders": "^11.2.1",