{ "name": "site-profile", "type": "module", "version": "3.16.1", "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.8", "@astrojs/node": "10.0.4", "@astrojs/rss": "4.0.18", "@astrojs/sitemap": "3.7.2", "@directus/sdk": "21.2.2", "@iconify-json/mdi": "1.2.3", "@iconify-json/pajamas": "1.2.15", "@iconify-json/simple-icons": "1.2.76", "@playform/compress": "0.2.2", "@swup/astro": "1.8.0", "@tailwindcss/postcss": "4.2.2", "@tailwindcss/vite": "4.2.2", "@types/unist": "3.0.3", "astro": "6.1.2", "astro-compress": "2.4.0", "astro-icon": "1.1.5", "dayjs": "1.11.20", "markdown-it": "14.1.1", "marked": "17.0.5", "marked-shiki": "1.2.1", "mdast-util-to-string": "4.0.0", "photoswipe": "5.4.4", "preline": "4.1.3", "reading-time": "1.5.0", "sharp": "0.34.5", "sharp-ico": "0.1.5", "shiki": "4.0.2", "tailwindcss": "4.2.2", "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.0", "@tailwindcss/forms": "0.5.11", "@tailwindcss/typography": "0.5.19", "@types/markdown-it": "14.1.2", "eslint": "10.1.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-astro": "1.6.0", "eslint-plugin-format": "2.0.1", "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": "6.0.2", "typescript-eslint": "8.58.0" } }