coming-soon-page/package.json
padreug 9fc25c7828 Updates site for AioLabs.dev, switches to lightning
Migrates the coming soon page from Ariege.io to AioLabs.dev.

Replaces the galaxy background with a lightning effect for a refreshed visual aesthetic.
2025-11-03 17:26:39 +01:00

19 lines
382 B
JSON

{
"name": "ariege-coming-soon",
"version": "1.0.0",
"description": "Coming Soon page for AioLabs.dev",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"ogl": "^1.0.11",
"vue": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
}
}