fix packages and add cards back again
This commit is contained in:
parent
8bd9c65a6a
commit
a504bf3141
12
package-lock.json
generated
12
package-lock.json
generated
@ -13,7 +13,6 @@
|
|||||||
"greeks": "^1.0.0",
|
"greeks": "^1.0.0",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
"https": "^1.0.0",
|
"https": "^1.0.0",
|
||||||
"lightweight-charts": "^4.2.0",
|
|
||||||
"marked": "^12.0.2",
|
"marked": "^12.0.2",
|
||||||
"mode-watcher": "^0.3.1",
|
"mode-watcher": "^0.3.1",
|
||||||
"ua-parser-js": "^1.0.37"
|
"ua-parser-js": "^1.0.37"
|
||||||
@ -46,6 +45,7 @@
|
|||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"katex": "^0.16.11",
|
"katex": "^0.16.11",
|
||||||
"layercake": "^8.4.0-beta.1",
|
"layercake": "^8.4.0-beta.1",
|
||||||
|
"lightweight-charts": "^4.1.3",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"lucide-svelte": "^0.438.0",
|
"lucide-svelte": "^0.438.0",
|
||||||
"luxon": "^3.5.0",
|
"luxon": "^3.5.0",
|
||||||
@ -4752,7 +4752,8 @@
|
|||||||
"node_modules/fancy-canvas": {
|
"node_modules/fancy-canvas": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/fancy-canvas/-/fancy-canvas-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/fancy-canvas/-/fancy-canvas-2.1.0.tgz",
|
||||||
"integrity": "sha512-nifxXJ95JNLFR2NgRV4/MxVP45G9909wJTEKz5fg/TZS20JJZA6hfgRVh/bC9bwl2zBtBNcYPjiBE4njQHVBwQ=="
|
"integrity": "sha512-nifxXJ95JNLFR2NgRV4/MxVP45G9909wJTEKz5fg/TZS20JJZA6hfgRVh/bC9bwl2zBtBNcYPjiBE4njQHVBwQ==",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/fast-diff": {
|
"node_modules/fast-diff": {
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
@ -5715,9 +5716,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lightweight-charts": {
|
"node_modules/lightweight-charts": {
|
||||||
"version": "4.2.0",
|
"version": "4.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/lightweight-charts/-/lightweight-charts-4.1.3.tgz",
|
||||||
"integrity": "sha512-TRC61cI6bEKBEHcpqawL0KP8Rwos9b2OcdyeQ4Ri7Zybf8NvrRYmNcJV+2a2rMo7VZp1NhVWURuNEskjc+wm4A==",
|
"integrity": "sha512-SJacmEyx3LmT2Qsc7Kq7cEX7nEHtQv0MOlujhRlcDxhW62pG6nkBlcM52/jNqkq8B28KQeVmgOQ7zrdJ4BCPDw==",
|
||||||
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fancy-canvas": "2.1.0"
|
"fancy-canvas": "2.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -45,6 +45,7 @@
|
|||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"katex": "^0.16.11",
|
"katex": "^0.16.11",
|
||||||
"layercake": "^8.4.0-beta.1",
|
"layercake": "^8.4.0-beta.1",
|
||||||
|
"lightweight-charts": "^4.1.3",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"lucide-svelte": "^0.438.0",
|
"lucide-svelte": "^0.438.0",
|
||||||
"luxon": "^3.5.0",
|
"luxon": "^3.5.0",
|
||||||
@ -99,7 +100,6 @@
|
|||||||
"greeks": "^1.0.0",
|
"greeks": "^1.0.0",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
"https": "^1.0.0",
|
"https": "^1.0.0",
|
||||||
"lightweight-charts": "^4.2.0",
|
|
||||||
"marked": "^12.0.2",
|
"marked": "^12.0.2",
|
||||||
"mode-watcher": "^0.3.1",
|
"mode-watcher": "^0.3.1",
|
||||||
"ua-parser-js": "^1.0.37"
|
"ua-parser-js": "^1.0.37"
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
import TickerInfoCard from '$lib/components/TickerInfoCard.svelte';
|
import TickerInfoCard from '$lib/components/TickerInfoCard.svelte';
|
||||||
import AnalystCard from '$lib/components/AnalystCard.svelte';
|
import AnalystCard from '$lib/components/AnalystCard.svelte';
|
||||||
//import ESGCard from '$lib/components/ESGCard.svelte';
|
//import ESGCard from '$lib/components/ESGCard.svelte';
|
||||||
//import SimilarTickerCard from '$lib/components/SimilarTickerCard.svelte';
|
import SimilarTickerCard from '$lib/components/SimilarTickerCard.svelte';
|
||||||
//import TopETFTickerHolder from '$lib/components/TopETFTickerHolder.svelte';
|
import TopETFTickerHolder from '$lib/components/TopETFTickerHolder.svelte';
|
||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
export let stockDeck;
|
export let stockDeck;
|
||||||
@ -26,6 +26,6 @@ export let analystRating
|
|||||||
|
|
||||||
<!--<ESGCard stockDeck={stockDeck} />-->
|
<!--<ESGCard stockDeck={stockDeck} />-->
|
||||||
|
|
||||||
<!--<SimilarTickerCard similarstock={similarstock}/>-->
|
<SimilarTickerCard similarstock={similarstock}/>
|
||||||
|
|
||||||
<!--<TopETFTickerHolder topETFHolder={topETFHolder}/>-->
|
<TopETFTickerHolder topETFHolder={topETFHolder}/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user