# [3.11.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.10.0...3.11.0) (2026-03-13) ### Features * adjustment to spacing ([629403f](629403fdde)) * improve category cards spacing, overflow, and add fade effect to edges ([d0f1098](d0f10986cd)) * move script handling to use swup instead of astro transitions, move animations to baselayout ([500d9e2](500d9e2ea0)) * remove astro features that are replaced by swup ([70a9499](70a94990e2))
92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "3.11.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.7",
|
|
"@astrojs/node": "^10.0.1",
|
|
"@astrojs/react": "^5.0.0",
|
|
"@astrojs/rss": "^4.0.17",
|
|
"@astrojs/sitemap": "^3.7.1",
|
|
"@directus/sdk": "^21.2.0",
|
|
"@giscus/react": "^3.1.0",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/pajamas": "^1.2.15",
|
|
"@iconify-json/simple-icons": "^1.2.73",
|
|
"@playform/compress": "^0.2.1",
|
|
"@swup/astro": "^1.8.0",
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/unist": "^3.0.3",
|
|
"astro": "^6.0.4",
|
|
"astro-icon": "^1.1.5",
|
|
"dayjs": "^1.11.20",
|
|
"markdown-it": "^14.1.1",
|
|
"marked": "^17.0.4",
|
|
"marked-shiki": "^1.2.1",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"photoswipe": "^5.4.4",
|
|
"preline": "^4.1.2",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"reading-time": "^1.5.0",
|
|
"sharp": "^0.34.5",
|
|
"sharp-ico": "^0.1.5",
|
|
"shiki": "^4.0.2",
|
|
"tailwindcss": "^4.2.1",
|
|
"ultrahtml": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
"@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/release-notes-generator": "^14.1.0",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"eslint": "^10.0.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-astro": "^1.6.0",
|
|
"eslint-plugin-format": "^2.0.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"semantic-release": "^25.0.3",
|
|
"semantic-release-export-data": "^1.2.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.57.0"
|
|
}
|
|
}
|