personal-website/frontend/package.json
Filipe Medeiros 7389c10b4b
chore: updates
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
2023-12-03 12:26:10 +01:00

31 lines
818 B
JSON

{
"name": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && echo filipesm.eu > ./dist/CNAME",
"deploy": "pnpm build && surge dist",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . -w --config ./.prettierrc",
"format:check": "prettier . --check --config ./.prettierrc"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.3",
"@portabletext/react": "^2.0.3",
"@sanity/client": "^5.4.2",
"@sanity/image-url": "^1.0.2",
"astro": "^3.3.2",
"astro-portabletext": "^0.8.1"
},
"devDependencies": {
"@portabletext/types": "^2.0.8",
"autoprefixer": "^10.4.16",
"groq": "^3.18.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}