Fixed package json

This commit is contained in:
Nikolay Rozhkov
2023-06-29 20:22:06 +03:00
parent 9177350a39
commit 06cb0c3be9
4 changed files with 6 additions and 8 deletions

View File

@@ -67,8 +67,6 @@
"@cypress/code-coverage": "^3.10.7", "@cypress/code-coverage": "^3.10.7",
"@rollup/plugin-typescript": "^11.1.1", "@rollup/plugin-typescript": "^11.1.1",
"@types/cors": "^2.8.13", "@types/cors": "^2.8.13",
"@types/d3": "^7.4.0",
"@types/d3-sankey": "^0.12.1",
"@types/eslint": "^8.37.0", "@types/eslint": "^8.37.0",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",

View File

@@ -76,6 +76,7 @@
"devDependencies": { "devDependencies": {
"@types/cytoscape": "^3.19.9", "@types/cytoscape": "^3.19.9",
"@types/d3": "^7.4.0", "@types/d3": "^7.4.0",
"@types/d3-sankey": "^0.12.1",
"@types/d3-selection": "^3.0.5", "@types/d3-selection": "^3.0.5",
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"@types/jsdom": "^21.1.1", "@types/jsdom": "^21.1.1",

View File

@@ -230,6 +230,8 @@ Pumped heat,"Heating and cooling ""homes""",193.026
Pumped heat,"Heating and cooling, ""commercial""",70.672 Pumped heat,"Heating and cooling, ""commercial""",70.672
``` ```
## Configuration
### Coloring and Alignment ### Coloring and Alignment
You can change graph layout by setting `nodeAlignment` to: You can change graph layout by setting `nodeAlignment` to:

9
pnpm-lock.yaml generated
View File

@@ -25,12 +25,6 @@ importers:
'@types/cors': '@types/cors':
specifier: ^2.8.13 specifier: ^2.8.13
version: 2.8.13 version: 2.8.13
'@types/d3':
specifier: ^7.4.0
version: 7.4.0
'@types/d3-sankey':
specifier: ^0.12.1
version: 0.12.1
'@types/eslint': '@types/eslint':
specifier: ^8.37.0 specifier: ^8.37.0
version: 8.37.0 version: 8.37.0
@@ -260,6 +254,9 @@ importers:
'@types/d3': '@types/d3':
specifier: ^7.4.0 specifier: ^7.4.0
version: 7.4.0 version: 7.4.0
'@types/d3-sankey':
specifier: ^0.12.1
version: 0.12.1
'@types/d3-selection': '@types/d3-selection':
specifier: ^3.0.5 specifier: ^3.0.5
version: 3.0.5 version: 3.0.5