HomeDashboard/.venv/lib/python3.12/site-packages/nicegui/elements/plotly/package.json
2026-01-03 14:54:18 +01:00

22 lines
507 B
JSON

{
"name": "nicegui-plotly-bundle",
"version": "1.0.0",
"description": "Plotly bundling for NiceGUI",
"private": true,
"type": "module",
"scripts": {
"build": "rollup -c rollup.config.mjs --validate",
"clean": "rimraf ./dist/*"
},
"dependencies": {
"plotly.js": "^3.1.1"
},
"devDependencies": {
"rollup": "^4.52.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-terser": "^0.4.4",
"rimraf": "^6.0.1"
}
}