34 lines
936 B
JSON
34 lines
936 B
JSON
{
|
|
"name": "personal-website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"deploy": "bun run build && rsync -a dist/* uberspace_filipesm:~/html",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier . -w --config ./.prettierrc",
|
|
"format:check": "prettier . --check --config ./.prettierrc"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "3.1.9",
|
|
"@astrojs/react": "3.6.2",
|
|
"@astrojs/rss": "4.0.9",
|
|
"@astrojs/tailwind": "5.1.2",
|
|
"@keystatic/astro": "^5.0.3",
|
|
"@keystatic/core": "^0.5.39",
|
|
"astro": "4.16.12",
|
|
"mdast-flatten-listitem-paragraphs": "^1.0.0",
|
|
"react": "^18.3.1",
|
|
"sanitize-html": "^2.13.1",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.4.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.17.6",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49"
|
|
}
|
|
} |