2FAuth/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2019-05-20 05:37:41 +00:00
{
"private": true,
"type": "module",
2019-05-20 05:37:41 +00:00
"scripts": {
"dev": "vite",
"build": "vite build",
"rebuild": "vite build --watch"
2019-05-20 05:37:41 +00:00
},
"devDependencies": {
2023-09-22 11:10:42 +00:00
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
2023-09-22 11:10:42 +00:00
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
2023-09-21 15:10:12 +00:00
"@kyvg/vue3-notification": "^3.0.2",
"@vitejs/plugin-vue": "^4.3.4",
2023-09-29 11:16:41 +00:00
"@vueuse/components": "^10.4.1",
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.6.1",
"axios": "^1.1.2",
2023-09-20 15:32:29 +00:00
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
2023-10-20 15:25:21 +00:00
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^0.8.0",
2023-09-22 10:00:16 +00:00
"laravel-vue-i18n": "^2.7.1",
2023-11-27 12:18:38 +00:00
"php-parser": "^3.1.5",
"pinia": "^2.1.6",
2023-09-20 15:32:29 +00:00
"sass": "^1.67.0",
"sortablejs": "^1.15.0",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.9",
"vue": "^3.3.4",
2023-10-31 14:32:01 +00:00
"vue-qrcode-reader": "^5.4.0",
"vue-router": "^4.2.4"
2019-05-20 05:37:41 +00:00
}
}