-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.99 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
{
"name": "dev-tools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "vitest",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc -b --noEmit",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@bugsnag/cuid": "^3.2.2",
"@faker-js/faker": "^10.5.0",
"@paralleldrive/cuid2": "^3.3.0",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-router": "^1.170.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"diff": "^9.0.0",
"fuse.js": "^7.5.0",
"jszip": "^3.10.1",
"lucide-react": "^1.28.0",
"nanoid": "^6.0.1",
"next-themes": "^0.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-number-format": "^5.4.5",
"react-qrcode-logo": "^4.1.0",
"react-resizable-panels": "^4.12.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"uuid": "^14.0.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tanstack/react-router-devtools": "^1.167.1",
"@tanstack/router-plugin": "^1.168.24",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^5.2.0",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.9.0",
"prettier": "^3.9.6",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.66.0",
"vite": "npm:rolldown-vite@7.2.5",
"vitest": "^4.1.10"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.2.5",
"minimatch@<3.1.4": "3.1.4",
"minimatch@9": ">=9.0.7",
"flatted": ">=3.4.2",
"picomatch@<2.3.2": "2.3.2",
"picomatch@4": ">=4.0.4"
}
},
"packageManager": "pnpm@10.33.0"
}