-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "auto-table",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow bun",
"dev": "next dev",
"build": "next build",
"start": "next start",
"check": "biome check --write --unsafe ./",
"format": "biome format --write ./",
"lint": "biome lint --write --unsafe ./",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"html-to-image": "^1.11.13",
"jotai": "^2.12.2",
"lucide-react": "^0.479.0",
"next": "^15.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.2",
"theme-change": "^2.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@tailwindcss/postcss": "^4.0.12",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"daisyui": "^5.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.2"
},
"trustedDependencies": ["@biomejs/biome"],
"packageManager": "bun@1.1.20"
}