-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.22 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.22 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
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
{
"name": "d1-manager",
"private": true,
"version": "2.6.7",
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"typecheck": "tsc -b --noEmit && tsc --noEmit -p worker/tsconfig.json",
"check": "npm run lint && npm run typecheck",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"dagre": "^0.8.5",
"diff": "^8.0.3",
"drizzle-orm": "^0.45.1",
"html2canvas": "^1.4.1",
"jose": "^6.1.3",
"jspdf": "^4.2.0",
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"prismjs": "^1.30.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"reactflow": "^11.11.4",
"sql-formatter": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@cloudflare/workers-types": "^4.20260305.0",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"@types/dagre": "^0.7.54",
"@types/node": "^25.3.3",
"@types/prismjs": "^1.26.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.9",
"esbuild": "^0.28.0",
"eslint": "^10.0.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"postcss": "^8.5.6",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.56.1",
"vite": "^8.0.5",
"wrangler": "^4.69.0"
},
"overrides": {
"esbuild": "$esbuild",
"cross-spawn": "^7.0.5",
"glob": "11.1.0",
"tar": "7.5.13",
"minimatch": "10.2.5",
"flatted": "3.4.2",
"picomatch": "4.0.4",
"eslint-plugin-react-hooks": {
"eslint": "$eslint"
},
"undici": "7.24.4"
}
}