Migrates the coming soon page from Ariege.io to AioLabs.dev. Replaces the galaxy background with a lightning effect for a refreshed visual aesthetic.
19 lines
382 B
JSON
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"
|
|
}
|
|
}
|