Pixel-identical port of the React marketing site: Tailwind config, HSL theme tokens, fonts (Plus Jakarta Sans / Space Grotesk) and custom utilities copied verbatim; shadcn-vue (reka-ui) components; all 33 routes ported. Served at www.gigafibre.ca/next (noindex) behind nginx, ahead of replacing the React site. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "gigafibre-website-vue",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lucide/vue": "^1.23.0",
|
|
"@supabase/supabase-js": "^2.110.0",
|
|
"@tanstack/vue-query": "^5.101.2",
|
|
"@vee-validate/zod": "^4.15.1",
|
|
"@vueuse/core": "^12.8.2",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel-vue": "^8.6.0",
|
|
"fflate": "^0.8.3",
|
|
"html2pdf.js": "^0.10.3",
|
|
"lucide-vue-next": "^0.462.0",
|
|
"reka-ui": "^2.10.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"vaul-vue": "^0.4.1",
|
|
"vee-validate": "^4.15.1",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"vue-sonner": "^1.3.2",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^5.4.11",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|