mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@kyvg/vue3-notification": "^3.0.2",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"axios": "^1.1.2",
|
|
"bulma": "^0.9.4",
|
|
"bulma-checkradio": "^2.1.3",
|
|
"bulma-switch": "^2.0.4",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"pinia": "^2.1.6",
|
|
"sass": "^1.67.0",
|
|
"vite": "^4.4.9",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
}
|
|
}
|