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

34 lines
872 B
JSON

{
"name": "personal-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && echo low-tech.filipesm.eu > ./dist/CNAME",
"surge": "surge dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",
"@portabletext/react": "^2.0.2",
"@sanity/client": "^5.4.2",
"astro": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@portabletext/types": "^2.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.14",
"groq": "^3.8.3",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1"
}
}