31 lines
799 B
JSON
31 lines
799 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": "^1.1.5",
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"@sanity/client": "^6.9.1",
|
|
"@sanity/image-url": "^1.0.2",
|
|
"astro": "^3.6.4",
|
|
"astro-portabletext": "^0.9.6"
|
|
},
|
|
"devDependencies": {
|
|
"@portabletext/types": "^2.0.8",
|
|
"autoprefixer": "^10.4.16",
|
|
"groq": "^3.20.2",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.5"
|
|
}
|
|
}
|