personal-website/frontend/package.json

31 lines
807 B
JSON
Raw Normal View History

{
"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/tailwind": "^5.0.2",
"@portabletext/react": "^3.0.11",
"@sanity/client": "^6.7.0",
"@sanity/image-url": "^1.0.2",
"astro": "^3.3.2",
"astro-portabletext": "^0.9.6"
},
"devDependencies": {
"@portabletext/types": "^2.0.8",
"autoprefixer": "^10.4.16",
"groq": "^3.18.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}