mirror of
				https://github.com/mmahdium/TBW.git
				synced 2025-11-03 20:20:49 +01:00 
			
		
		
		
	Added Vercel Speed Insights
This commit is contained in:
		@@ -18,8 +18,9 @@
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@formkit/auto-animate": "^0.9.0",
 | 
			
		||||
    "@tailwindcss/vite": "^4.1.16",
 | 
			
		||||
    "@vercel/speed-insights": "^1.2.0",
 | 
			
		||||
    "@vueuse/motion": "^3.0.3",
 | 
			
		||||
    "axios": "^1.12.2",
 | 
			
		||||
    "axios": "^1.13.1",
 | 
			
		||||
    "pinia": "^3.0.3",
 | 
			
		||||
    "tailwindcss": "^4.1.16",
 | 
			
		||||
    "vue": "^3.5.22",
 | 
			
		||||
@@ -27,12 +28,12 @@
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@tsconfig/node22": "^22.0.2",
 | 
			
		||||
    "@types/node": "^24.9.1",
 | 
			
		||||
    "@types/node": "^24.9.2",
 | 
			
		||||
    "@vitejs/plugin-vue": "^6.0.1",
 | 
			
		||||
    "@vue/eslint-config-prettier": "^10.2.0",
 | 
			
		||||
    "@vue/eslint-config-typescript": "^14.6.0",
 | 
			
		||||
    "@vue/tsconfig": "^0.8.1",
 | 
			
		||||
    "daisyui": "^5.3.8",
 | 
			
		||||
    "daisyui": "^5.3.10",
 | 
			
		||||
    "eslint": "^9.38.0",
 | 
			
		||||
    "eslint-plugin-vue": "~10.5.1",
 | 
			
		||||
    "jiti": "^2.6.1",
 | 
			
		||||
@@ -42,6 +43,6 @@
 | 
			
		||||
    "vite": "^7.1.12",
 | 
			
		||||
    "vite-bundle-analyzer": "^1.2.3",
 | 
			
		||||
    "vite-plugin-vue-devtools": "^8.0.3",
 | 
			
		||||
    "vue-tsc": "^3.1.1"
 | 
			
		||||
    "vue-tsc": "^3.1.2"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										495
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										495
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1,9 +1,11 @@
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import '@/style.css'
 | 
			
		||||
import NavBar from './components/NavBar.vue'
 | 
			
		||||
import { SpeedInsights } from "@vercel/speed-insights/vue"
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
  <SpeedInsights/>
 | 
			
		||||
  <NavBar />
 | 
			
		||||
 | 
			
		||||
  <RouterView />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user