personal-website/frontend/package.json
Filipe Medeiros 5055219fe8
feat: Sanity perspectives and formatting
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
2023-12-03 12:26:10 +01:00

31 lines
819 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": "^2.10.4",
"astro-portabletext": "^0.8.1"
},
"devDependencies": {
"@portabletext/types": "^2.0.5",
"autoprefixer": "^10.4.14",
"groq": "^3.15.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
}
}