personal-website/package.json
2024-05-20 11:56:00 +02:00

34 lines
897 B
JSON

{
"name": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"deploy": "pnpm build && sh scripts/deploy_to_uberspace.sh",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . -w --config ./.prettierrc",
"format:check": "prettier . --check --config ./.prettierrc"
},
"dependencies": {
"@astrojs/mdx": "^3.0.0",
"@astrojs/react": "^3.3.4",
"@astrojs/rss": "^4.0.6",
"@astrojs/tailwind": "^5.1.0",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.14",
"astro": "^4.8.6",
"mdast-flatten-listitem-paragraphs": "^1.0.0",
"react": "^18.3.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/node": "^20.12.12",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38"
}
}