Files
portfolio/package.json
Johan LEROY 43e2640cd7
All checks were successful
Deploy production / build-deploy (push) Successful in 35s
update projets add kys
2026-07-21 11:32:44 +02:00

24 lines
431 B
JSON

{
"name": "portfolio",
"type": "module",
"version": "2.0.0",
"engines": {
"node": ">=18.20.8"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"astro": "^7.1.3",
"simple-icons": "^13.16.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^5.9.3"
}
}