611af1ac67
Deploy Documentation / check-and-deploy (push) Successful in 20s
- Implemented HomeView with a timeline layout, featuring sections for hero, profile, projects, stack, and contact. - Created ProjectView to display individual project details, including status, highlights, and tech stack. - Developed WorkIndexView to list all projects with breadcrumb navigation. - Enhanced TypeScript configuration for improved module resolution.
29 lines
746 B
JSON
29 lines
746 B
JSON
{
|
|
"name": "louis-potevin.dev",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Portfolio of Louis Potevin - full-stack developer. Astro + TypeScript + Sass, powered by Nova Design System.",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@lucide/astro": "^1.23.0",
|
|
"@types/three": "^0.185.0",
|
|
"@unkn0wndo3s/nova-design-system": "^1.2.1",
|
|
"astro": "^7.0.5",
|
|
"lenis": "^1.3.25",
|
|
"sass": "^1.101.0",
|
|
"simple-icons-astro": "^16.1.0",
|
|
"three": "^0.185.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|