2026-06-24 14:00:13 +02:00
|
|
|
{
|
|
|
|
|
"name": "louis-potevin-dev",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
fix: replace em dashes with hyphens in README.md, package.json, scene.ts, projects.ts, site.ts, BaseLayout.astro, about.astro, contact.astro, index.astro, [slug].astro, and work/index.astro
2026-06-24 14:27:42 +02:00
|
|
|
"description": "Portfolio Louis Potevin - louis-potevin.dev. Astro + Nova Design System.",
|
2026-06-24 14:00:13 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
|
|
|
"@lucide/astro": "^1.21.0",
|
|
|
|
|
"@unkn0wndo3s/nova-design-system": "^1.2.1",
|
|
|
|
|
"astro": "^7.0.2",
|
|
|
|
|
"simple-icons-astro": "^16.1.0",
|
|
|
|
|
"three": "^0.184.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/three": "^0.184.0",
|
|
|
|
|
"sass": "^1.101.0"
|
|
|
|
|
}
|
|
|
|
|
}
|