Skip to content

Commit 02d170c

Browse files
committed
fix: fix JSON export functionality for profile share data.
1 parent 2622244 commit 02d170c

43 files changed

Lines changed: 456 additions & 90 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/web/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,20 @@
2929
"qrcode": "^1.5.4",
3030
"react": "19.2.3",
3131
"react-dom": "19.2.3",
32+
"sharp": "^0.34.5",
3233
"tailwind-merge": "^3.4.0"
3334
},
3435
"devDependencies": {
3536
"@tailwindcss/postcss": "^4",
3637
"@types/node": "^20",
37-
"vitest": "^1",
3838
"@types/qrcode": "^1.5.6",
3939
"@types/react": "^19",
4040
"@types/react-dom": "^19",
4141
"eslint": "^9",
4242
"eslint-config-next": "16.1.2",
4343
"tailwindcss": "^4",
4444
"tw-animate-css": "^1.4.0",
45-
"typescript": "^5"
45+
"typescript": "^5",
46+
"vitest": "^1"
4647
}
4748
}
3.01 MB
Loading
9.04 MB
Loading
2.93 MB
Loading
3.33 MB
Loading
8.38 MB
Loading
3.18 MB
Loading
7.57 MB
Loading
4.79 MB
Loading
3.52 MB
Loading

0 commit comments

Comments
 (0)