-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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
{
"name": "vispilot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.0",
"@headlessui/react": "^2.2.0",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.3",
"@reduxjs/toolkit": "^2.5.1",
"@tanstack/react-table": "^8.21.2",
"@types/d3": "^7.4.3",
"@types/papaparse": "^5.3.15",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"d3": "^7.9.0",
"framer-motion": "^12.4.3",
"html-to-image": "^1.11.13",
"lucide-react": "^0.475.0",
"material-symbols": "^0.28.2",
"next": "15.1.7",
"papaparse": "^5.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"vega": "^5.32.0",
"vega-embed": "^6.29.0",
"vega-lite": "^5.23.0",
"vega-parser": "^6.5.0",
"vega-scenegraph": "^4.13.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}