Files
OpenBB/frontend-components/plotly/package.json
Danglewood ab4597b5af [Security] openbb-core: Regenerate Lock File (#7322)
* update openbb-core lock file

* relock devtools

* update desktop/package-lock.json and fix test mocks for higher version of jsdom

* react-markdown 9 doesn't include  anymore

* lodash in frontend-components/plotly

* ensure pandas below v3

* seroval override in desktop package.json

* patch core version
2026-01-23 17:24:08 +00:00

45 lines
1.3 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_platform/obbject_extensions/charting/openbb_charting/core/plotly.html",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.3",
"dom-to-image": "^2.6.0",
"esbuild": ">=0.25.0",
"glob": ">=10.5.0",
"lodash": "^4.17.23",
"plotly.js-dist-min": "^3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-plotly.js": "^2.6.0",
"rollup": ">=4.22.4",
"brace-expansion": ">=2.0.2"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/lodash": "^4.17.23",
"@types/node": "^24.5.0",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-plotly.js": "^2.6.3",
"@types/wicg-file-system-access": "^2020.9.6",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"postcss": "^8.4.21",
"react-hotkeys-hook": "^4.4.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": ">=7.1.11",
"vite-plugin-singlefile": "^0.13.3"
}
}