jalil.arfaoui.net/package.json

29 lines
681 B
JSON
Raw Permalink Normal View History

2024-08-18 19:06:50 +02:00
{
"name": "jalil.arfaoui.net",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"fetch-images": "tsx scripts/fetch-images.ts",
"prebuild": "npm run fetch-images",
2024-08-18 19:06:50 +02:00
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --apply-unsafe ."
},
"devDependencies": {
2026-01-07 03:03:42 +01:00
"@astrojs/check": "^0.9.4",
2024-08-18 19:06:50 +02:00
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^25.0.3",
2024-08-18 19:06:50 +02:00
"astro": "^4.8.2",
"dotenv": "^17.2.3",
2024-08-18 19:06:50 +02:00
"tailwindcss": "^3.4.3",
"tsx": "^4.21.0",
2026-01-07 03:03:42 +01:00
"typescript": "^5.7.3",
"webdav": "^5.8.0"
2024-08-18 19:06:50 +02:00
}
}