-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.67 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "viz-time-series-app",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@babylonjs/loaders": "^7.30.0",
"@babylonjs/serializers": "^7.30.0",
"@deck.gl/core": "^9.0.35",
"@deck.gl/layers": "^9.0.35",
"@deck.gl/react": "^9.0.35",
"@hookform/resolvers": "^3.9.0",
"@jpmorganchase/anu": "^0.1.4",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@vitejs/plugin-react": "^4.3.3",
"babylonjs-hook": "^0.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"d3": "^7.9.0",
"deck.gl": "^9.0.35",
"lodash": "^4.17.21",
"lucide-react": "^0.452.0",
"openai": "^4.76.2",
"plotly.js": "^2.35.2",
"react": "^18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.1",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.27.0",
"react-vega": "^7.6.0",
"rust_wasm_module": "file:backend/rust_wasm_module/pkg",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vega": "^5.30.0",
"vega-lite": "^5.21.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babylonjs/core": "^7.29.0",
"@babylonjs/gui": "^7.30.0",
"@babylonjs/gui-editor": "^7.30.0",
"@babylonjs/inspector": "^7.29.0",
"@babylonjs/materials": "^7.30.0",
"@nabla/vite-plugin-eslint": "2.0.4",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.13",
"@types/node": "^20.16.11",
"@types/plotly.js": "^2.35.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-plotly.js": "^2.6.3",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react-swc": "3.7.0",
"autoprefixer": "^10.4.14",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.4",
"postcss": "^8.4.33",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "^3.4.1",
"typescript": "5.2.2",
"vite": "5.4.8",
"vitest": "^2.1.4"
}
}