Frontend added axios and bun-types

pull/3/head
TZGyn 2 years ago
parent 1f9c5cbd86
commit 4e74357f26
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

Binary file not shown.

@ -11,6 +11,7 @@
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-vue-next": "^0.288.0",
@ -26,6 +27,7 @@
"@vitejs/plugin-vue": "^4.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"bun-types": "^1.0.7",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",

@ -11,6 +11,6 @@
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
"types": ["bun-types"]
}
}

Loading…
Cancel
Save