2026-06-24 14:00:13 +02:00
|
|
|
{
|
2026-07-02 13:55:46 +02:00
|
|
|
"name": "louis-potevin.dev",
|
|
|
|
|
"version": "2.0.0",
|
2026-06-24 14:00:13 +02:00
|
|
|
"private": true,
|
2026-07-02 13:55:46 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"description": "Portfolio of Louis Potevin - full-stack developer. Astro + TypeScript + Sass, powered by Nova Design System.",
|
2026-06-24 14:00:13 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
2026-07-02 13:55:46 +02:00
|
|
|
"check": "astro check"
|
2026-06-24 14:00:13 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@astrojs/sitemap": "^3.7.3",
|
2026-07-02 13:55:46 +02:00
|
|
|
"@lucide/astro": "^1.23.0",
|
|
|
|
|
"@types/three": "^0.185.0",
|
2026-06-24 14:00:13 +02:00
|
|
|
"@unkn0wndo3s/nova-design-system": "^1.2.1",
|
2026-07-02 13:55:46 +02:00
|
|
|
"astro": "^7.0.5",
|
|
|
|
|
"lenis": "^1.3.25",
|
|
|
|
|
"sass": "^1.101.0",
|
2026-06-24 14:00:13 +02:00
|
|
|
"simple-icons-astro": "^16.1.0",
|
2026-07-02 13:55:46 +02:00
|
|
|
"three": "^0.185.1"
|
2026-06-24 14:00:13 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-02 13:55:46 +02:00
|
|
|
"@astrojs/check": "^0.9.9",
|
|
|
|
|
"typescript": "^6.0.3"
|
2026-06-24 14:00:13 +02:00
|
|
|
}
|
|
|
|
|
}
|