feat(pwa): add vite-plugin-pwa and sharp dependencies
This commit is contained in:
parent
795378e1f8
commit
ab38e8115b
2 changed files with 2233 additions and 43 deletions
|
|
@ -39,6 +39,7 @@
|
|||
"@types/node": "^22.13.10",
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@types/sharp": "^0.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
||||
"@typescript-eslint/parser": "^7.0.2",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
|
|
@ -56,6 +57,7 @@
|
|||
"react-aria-components": "^1.7.0",
|
||||
"react-dom": "19.0.0",
|
||||
"rollup-plugin-visualizer": "^5.14.0",
|
||||
"sharp": "^0.34.5",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
|
@ -63,6 +65,7 @@
|
|||
"typescript": "^5.7.0",
|
||||
"typescript-eslint": "^8.26.1",
|
||||
"vite": "^6.2.2",
|
||||
"vite-plugin-pwa": "^1.2.0",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^3.2.4",
|
||||
"wrangler": "^4.24.3"
|
||||
|
|
|
|||
2273
pnpm-lock.yaml
2273
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue