-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.07 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
{
"name": "site",
"homepage": "https://martinmiglio.dev/",
"author": "Martin Miglio",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "vite dev --port 3000",
"dev:mono": "sst dev --mode mono --verbose",
"start": "vite dev --port 3000",
"build": "vite build",
"sst": "sst",
"serve": "vite preview",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"format": "biome format --write .",
"lint": "biome lint .",
"check": "biome check .",
"prepare": "husky"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-fontawesome": "^3.0.2",
"@napi-rs/canvas": "^0.1.78",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-devtools": "^0.8.6",
"@tanstack/react-router": "1.136.18",
"@tanstack/react-router-devtools": "1.136.18",
"@tanstack/react-start": "1.136.18",
"@tanstack/router-plugin": "1.136.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jspdf": "^3.0.2",
"lucide-react": "^0.562.0",
"mini-svg-data-uri": "^1.4.4",
"nitro": "^3.0.1-alpha.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"satori": "^0.18.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/aws-lambda": "8.10.152",
"@types/node": "^24.3.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"husky": "^9.1.7",
"jsdom": "^27.3.0",
"sst": "3.17.25",
"typescript": "^5.9.2",
"vite": "^7.1.11",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.15",
"web-vitals": "^5.1.0"
},
"packageManager": "bun@1.2.17"
}