Skip to content

Commit

Permalink
feat: use Astro's Picture component
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Oct 26, 2023
1 parent ae04607 commit d1cd416
Show file tree
Hide file tree
Showing 10 changed files with 1,413 additions and 883 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"astro": "astro",
"dev": "astro dev",
"dev:vercel": "vercel dev --listen 4321",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
Expand All @@ -14,20 +15,20 @@
"update-data": "tsx ./scripts/update-catalogue-info.ts --silent"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.0",
"@types/eslint": "^8.44.2",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.5.7",
"@astrojs/tailwind": "^5.0.2",
"@types/eslint": "^8.44.6",
"@types/markdown-it": "^13.0.5",
"@types/node": "^20.8.8",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"astro": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"astro": "^3.3.4",
"astro-auto-import": "^0.3.1",
"astro-icon": "0.8.1",
"eslint": "^8.48.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-prettier": "^5.0.1",
"kleur": "^4.1.5",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
Expand All @@ -51,23 +52,23 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/mdx": "1.0.0",
"@types/better-sqlite3": "^7.6.4",
"@types/igdb-api-node": "^5.0.0",
"@astrojs/check": "^0.2.1",
"@astrojs/mdx": "1.1.3",
"@types/better-sqlite3": "^7.6.6",
"@types/igdb-api-node": "^5.0.2",
"astro-capo": "^0.0.1",
"astro-expressive-code": "^0.22.2",
"better-sqlite3": "^8.6.0",
"astro-expressive-code": "^0.26.2",
"better-sqlite3": "^9.0.0",
"dotenv": "^16.3.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"igdb-api-node": "^5.0.2",
"kysely": "^0.26.3",
"markdown-it": "^13.0.1",
"prettier-plugin-tailwindcss": "^0.5.4",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.8",
"vercel": "^32.1.0"
"markdown-it": "^13.0.2",
"prettier-plugin-tailwindcss": "^0.5.6",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5",
"tsx": "^3.14.0",
"vercel": "^32.5.0"
}
}
Loading

0 comments on commit d1cd416

Please sign in to comment.