31 lines
798 B
JSON
31 lines
798 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.1",
|
|
"@portabletext/react": "^2.0.2",
|
|
"@sanity/client": "^5.4.2",
|
|
"@sanity/image-url": "^1.0.2",
|
|
"astro": "^2.2.1",
|
|
"astro-portabletext": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@portabletext/types": "^2.0.2",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"groq": "^3.8.3",
|
|
"postcss": "^8.4.21",
|
|
"prettier-plugin-tailwindcss": "^0.2.7",
|
|
"tailwindcss": "^3.3.1"
|
|
}
|
|
}
|