-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "uber-receipts",
"private": true,
"type": "module",
"scripts": {
"dev": "bunx --bun vite dev",
"build": "bunx --bun vite build",
"serve": "bunx --bun vite preview",
"format": "biome format --write",
"lint": "biome lint",
"check": "biome check"
},
"dependencies": {
"@base-ui/react": "^1.8.0",
"@daypicker/react": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-router": "^1.170.34",
"@tanstack/react-start": "^1.168.51",
"@tanstack/react-table": "^9.2.4",
"class-variance-authority": "^0.7.1",
"cn": "^0.2.6",
"date-fns": "^4.4.0",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"lucide-react": "^1.43.0",
"nitro": "^3.0.260903-beta",
"pdf-lib": "^1.17.1",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.12",
"@types/bun": "^1.4.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@vitejs/plugin-react": "^6.1.1",
"jsdom": "^30.0.1",
"typescript": "^7.0.2",
"vite": "^8.2.2"
}
}