4a9c6024d9
- Add PreloaderView with staggered "Initializing the dark orbit" reveal - Gate hero reveal animations behind active state so they start after the preloader hides, fixing the NOVERIA/OPERATIONS timing race - Tighten title letter stagger for a more cohesive, elegant entrance - Polish galaxy canvas, footer and section blocks Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
558 B
JSON
22 lines
558 B
JSON
{
|
|
"name": "noveria-landing",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"typescript": "~5.7.3",
|
|
"vite": "^6.3.1",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620"
|
|
}
|