Files
OpenBB/frontend-components/plotly/package.json
teh_coderer 281799f047 hotfix / improve autoscaling/dynamic loading, fix forex candle charts, equity reports (#5183)
* improve autoscaling/dynamic loading, fix forex candle charts

* updates

* Update plotly_helper.py

* fix?

* fix table date sorting, localize forex load

* tests

* tests?

* ugh tests

* Update test_display_debt.txt

* Update test_get_debt.csv

* Update forex_helper.py

* close #5182

* fix `crypto/dd/info` tables not loading due to `dict` object in dataframe values

* Update parent_classes.py

* tables: show full value on hover, fix year only filtering. on reset use queue if logged in

* lint + first batch of test fix

* tests pt2

* Tests v3

* Pylint

* typo

---------

Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-07-14 14:46:01 +00:00

43 lines
1.2 KiB
JSON
Vendored

{
"name": "plotly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build_tsc": "tsc && vite build",
"deploy": "npm run build && mv dist/index.html ../../openbb_terminal/core/plots/plotly.html",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.3",
"dom-to-image": "^2.6.0",
"lodash": "^4.17.21",
"plotly.js-dist-min": "^2.21.0",
"posthog-js": "^1.55.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-plotly.js": "^2.6.0"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.3",
"@types/plotly.js-dist-min": "^2.3.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-plotly.js": "^2.6.0",
"@types/wicg-file-system-access": "^2020.9.6",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"postcss": "^8.4.21",
"posthog-js": "^1.55.0",
"react-hotkeys-hook": "^4.4.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-singlefile": "^0.13.3"
}
}