This commit is contained in:
Moheeb Zara
2025-12-05 23:57:23 -07:00
parent b15a759842
commit 9738e0515d
2 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@@ -15,10 +15,10 @@
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"sass": "^1.94.2",
"typescript": "~5.9.3",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.6"
}

View File

@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build": "vite build",
"typecheck": "vue-tsc -b",
"preview": "vite preview"
},
"dependencies": {
@@ -16,10 +17,10 @@
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"sass": "^1.94.2",
"typescript": "~5.9.3",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.6"
}