summaryrefslogtreecommitdiffstats
path: root/frontend-components/plotly/package.json
blob: 88da60690fd982afeba6e0d41ea0a722a242aac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "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",
    "lodash": "^4.17.21",
    "plotly.js-dist-min": "^2.32.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.4",
    "@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"
  }
}