d1816c1b6a
# [3.21.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.20.2...3.21.0) (2026-05-22) ### Bug Fixes * **deps:** pin dependency @preline/collapse to 4.2.0 ([84e6b14](84e6b146c8)) * **deps:** update astro monorepo ([c92b1f2](c92b1f2801)) * **deps:** update dependency @iconify-json/simple-icons to v1.2.82 ([518777c](518777c5d4)) * **deps:** update dependency @iconify-json/simple-icons to v1.2.83 ([2bf8bee](2bf8bee7a1)) * **deps:** update dependency astro to v6.3.3 ([4ef9e92](4ef9e92d5d)) * **deps:** update dependency astro to v6.3.5 ([81cb4b2](81cb4b21af)) * **deps:** update dependency astro to v6.3.6 ([4ab3bd0](4ab3bd076f)) * **deps:** update dependency astro to v6.3.7 ([9b5317b](9b5317bec7)) * **deps:** update dependency marked to v18.0.4 ([df8a605](df8a60573a)) * **deps:** update dependency shiki to v4.1.0 ([b26605c](b26605cc3b)) ### Features * add compression features ([f279c58](f279c58b28)) * add custom font ([c7493ad](c7493ad09c)) * change collapse to preline ([b7787cb](b7787cb723)) * change font ([b42a697](b42a6974f6)) * change large card hover ([29017b1](29017b1d75)) * change timeline to preline ([3e5aa65](3e5aa65840)) * remove apps page ([34e39ac](34e39aca23)) * replace slider with preline marquee ([901a641](901a641b59)) * update background colors ([f71b28a](f71b28adf0)) * update preline ([d408309](d408309775))
86 lines
2.7 KiB
JSON
86 lines
2.7 KiB
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "3.21.0",
|
|
"homepage": "https://www.alexlebens.dev",
|
|
"bugs": {
|
|
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
|
|
"email": "alexander.lebens@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Alex Lebens",
|
|
"email": "alexander.lebens@gmail.com",
|
|
"url": "https://www.alexlebens.dev"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"full-dev": "rm -rf dist node_modules .astro && bun install && astro build && astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"full-preview": "rm -rf dist node_modules .astro && bun install && astro build && astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
|
|
"lint": "eslint \"src/**/*.{js,ts,jsx,tsx,astro}\"",
|
|
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.9",
|
|
"@astrojs/node": "10.1.1",
|
|
"@astrojs/rss": "4.0.18",
|
|
"@astrojs/sitemap": "3.7.2",
|
|
"@directus/sdk": "21.3.0",
|
|
"@iconify-json/mdi": "1.2.3",
|
|
"@iconify-json/pajamas": "1.2.15",
|
|
"@iconify-json/simple-icons": "1.2.83",
|
|
"@playform/compress": "0.2.3",
|
|
"@preline/collapse": "4.2.0",
|
|
"@swup/astro": "1.8.0",
|
|
"@tailwindcss/postcss": "4.3.0",
|
|
"@tailwindcss/vite": "4.3.0",
|
|
"@types/unist": "3.0.3",
|
|
"astro": "6.3.7",
|
|
"astro-compress": "2.4.1",
|
|
"astro-icon": "1.1.5",
|
|
"dayjs": "1.11.20",
|
|
"markdown-it": "14.1.1",
|
|
"marked": "18.0.4",
|
|
"marked-shiki": "1.2.1",
|
|
"mdast-util-to-string": "4.0.0",
|
|
"photoswipe": "5.4.4",
|
|
"preline": "4.2.0",
|
|
"reading-time": "1.5.0",
|
|
"sharp": "0.34.5",
|
|
"sharp-ico": "0.1.5",
|
|
"shiki": "4.1.0",
|
|
"tailwindcss": "4.3.0",
|
|
"ultrahtml": "1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@saithodev/semantic-release-gitea": "2.1.0",
|
|
"@semantic-release/changelog": "6.0.3",
|
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
"@semantic-release/git": "10.0.1",
|
|
"@semantic-release/npm": "13.1.5",
|
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
"@tailwindcss/forms": "0.5.11",
|
|
"@tailwindcss/typography": "0.5.19",
|
|
"@types/markdown-it": "14.1.2",
|
|
"eslint": "10.4.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-astro": "1.7.0",
|
|
"eslint-plugin-format": "2.0.1",
|
|
"prettier": "3.8.3",
|
|
"prettier-plugin-astro": "0.14.1",
|
|
"prettier-plugin-tailwindcss": "0.8.0",
|
|
"semantic-release": "25.0.3",
|
|
"semantic-release-export-data": "1.2.0",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "8.59.4"
|
|
}
|
|
}
|