-
Notifications
You must be signed in to change notification settings - Fork 272
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.04 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
{
"name": "ui",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.19.0 <22.0.0-0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/language": "^6.12.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.2.2",
"@uiw/react-codemirror": "^4.25.9",
"chess.js": "^1.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.8.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-grid-layout": "^2.2.2",
"shadcn": "^4.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"ts-md5": "^2.0.1",
"tw-animate-css": "^1.4.0",
"uplot": "^1.6.32",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-grid-layout": "^1.3.6",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"jsdom": "^28.1.0",
"puppeteer": "^24.37.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.16",
"vitest": "^4.0.18"
},
"overrides": {
"express-rate-limit": "8.5.1",
"ip-address": "10.3.1",
"hono": "4.12.34",
"js-yaml": "4.3.0",
"@hono/node-server": "2.0.11",
"fast-uri": "3.1.5",
"@babel/core": "7.29.6",
"ws": "8.21.0"
}
}