-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.96 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
89
90
91
92
93
{
"engines": {
"bun": ">=1.1.31"
},
"scripts": {
"dev": "vite",
"pipeline:dev": "bun --watch ./src-pipeline/dev.ts",
"pipeline:full": "bun ./src-pipeline/full.ts",
"build": "vite build",
"preview": "vite build && vite preview",
"lint": "eslint .",
"format": "prettier --write .",
"shadcn": "npx shadcn@latest"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@kodingdotninja/use-tailwind-breakpoint": "^1.0.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.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-tooltip": "^1.1.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/query-core": "^5.59.13",
"@tanstack/react-query": "^5.59.15",
"@vavt/vite-plugin-import-markdown": "^1.0.1",
"@vitejs/plugin-react": "^4.3.2",
"arquero": "^7.1.0",
"chokidar": "^4.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3-format": "^3.1.0",
"d3-scale-chromatic": "^3.1.0",
"deep-equality-data-structures": "^1.5.1",
"jotai": "^2.10.1",
"jotai-optics": "^0.4.0",
"jotai-tanstack-query": "^0.9.0",
"lucide-react": "^0.453.0",
"part-regex": "^0.1.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-compiler-runtime": "^19.0.0-beta-8a03594-20241020",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-from-json": "^0.8.0",
"react-is": "^19.0.0-rc.1",
"react-markdown": "^9.0.1",
"recharts": "^2.13.3",
"remeda": "^2.16.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"udsv": "^0.6.0",
"vaul": "^1.1.1",
"vike-react": "^0.5.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.1.12",
"@types/d3-format": "^3.0.4",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"vike": "^0.4.205",
"vite": "^5.4.9",
"vitest": "^2.1.4"
},
"type": "module"
}