personal-website/frontend/package.json
Filipe Medeiros 925c1f95b2
fix: footnote
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
2023-12-03 12:26:09 +01:00

29 lines
699 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"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.3",
"@portabletext/react": "^2.0.3",
"@sanity/client": "^5.4.2",
"@sanity/image-url": "^1.0.2",
"astro": "^2.5.0",
"astro-portabletext": "^0.8.1"
},
"devDependencies": {
"@portabletext/types": "^2.0.2",
"autoprefixer": "^10.4.14",
"groq": "^3.11.1",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}