# [3.7.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.6.0...3.7.0) (2026-03-12) ### Features * add automation to release using release-please in workflows ([99032f7](99032f7a62)) * add if to ignore harbor release result ([ce75e7c](ce75e7ca5e)) * add outputs of semantic release ([36eaa0c](36eaa0c132)) * add release branch, update and merge release workflow ([68f2080](68f2080bda)) * add semantic release ([620b496](620b496957)) * add token ([e0a3d39](e0a3d391b3)) * change release format ([24c837c](24c837cf84)) * ignore on docs updates ([4b58117](4b58117454)) * install deps ([f32b75e](f32b75e31d)) * remove release-please ([07fa86b](07fa86b17c)) * setup node for semantic release ([bf3a7ef](bf3a7ef261)) * use different workflow for gitea ([1577ee4](1577ee4c27))
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"name": "site-profile",
|
|
"type": "module",
|
|
"version": "3.7.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",
|
|
"build": "astro build",
|
|
"preview": "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"
|
|
}
|
|
}
|