{ "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" } }