-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.68 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
{
"dependencies": {
"@cloudflare/vite-plugin": "^1.26.0",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.2.3",
"@tanstack/react-devtools": "latest",
"@tanstack/react-router": "latest",
"@tanstack/react-router-devtools": "latest",
"@tanstack/react-router-ssr-query": "latest",
"@tanstack/react-start": "latest",
"@tanstack/router-plugin": "^1.132.0",
"better-auth": "^1.6.5",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"lucide-react": "^0.545.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.2.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/devtools-vite": "latest",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"typescript": "^5.7.2",
"ultracite": "7.6.0",
"vite": "^8.0.0",
"vitest": "^3.0.5",
"wrangler": "^4.70.0"
},
"name": "extra-github-tools",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "ultracite check",
"deploy": "CLOUDFLARE_ENV=production bun run build && wrangler deploy --env production",
"fix": "ultracite fix",
"prepare": "husky"
},
"type": "module",
"private": true,
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}