jalil.arfaoui.net/package.json

26 lines
578 B
JSON
Raw 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",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --apply-unsafe ."
},
"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.8.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"typescript": "^5.5.4"
}
}