-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.9 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
{
"name": "schemavis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"db:push": "drizzle-kit push --config ./drizzle.config.ts"
},
"dependencies": {
"@clerk/nextjs": "^6.39.3",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.62.11",
"@types/react-syntax-highlighter": "^15.5.13",
"@xyflow/react": "^12.8.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.2",
"gsap": "^3.12.5",
"html-to-image": "^1.11.13",
"lucide-react": "^0.559.0",
"nanoid": "^5.0.7",
"next": "16.2.6",
"node-sql-parser": "^5.3.2",
"pg": "^8.16.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.6",
"react-syntax-highlighter": "^16.1.1",
"svix": "^1.26.0",
"ws": "^8.18.3",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/d3-drag": "^3.0.7",
"@types/d3-selection": "^3.0.11",
"@types/node": "^20",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.10.29",
"drizzle-kit": "^0.31.8",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
"vitest": "^4.1.6"
},
"pnpm": {
"overrides": {
"rollup": "^4.59.0",
"postcss": "^8.5.10",
"next>postcss": "8.5.14",
"picomatch": "^4.0.4",
"@esbuild-kit/core-utils>esbuild": "0.27.7",
"vite": "^7.3.2"
}
}
}