Skip to content

Commit

Permalink
add image optimizer to build step and install @types/prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
benjuntilla committed Aug 18, 2024
1 parent c8adb7f commit eded311
Show file tree
Hide file tree
Showing 3 changed files with 3,303 additions and 1,667 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"clsx": "^2.1.1",
"framer-motion": "^11.3.21",
"i": "^0.3.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
Expand All @@ -28,6 +27,7 @@
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
Expand All @@ -37,8 +37,12 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prop-types": "^15.8.1",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.4",
"vite": "^5.2.0"
"vite": "^5.2.0",
"vite-plugin-image-optimizer": "^1.1.8"
}
}
Loading

0 comments on commit eded311

Please sign in to comment.