2FAuth/package.json

22 lines
498 B
JSON
Raw Normal View History

2019-05-20 07:37:41 +02:00
{
"private": true,
"type": "module",
2019-05-20 07:37:41 +02:00
"scripts": {
"dev": "vite",
"build": "vite build"
2019-05-20 07:37:41 +02:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"axios": "^1.1.2",
2023-09-20 17:32:29 +02:00
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"bulma-switch": "^2.0.4",
"laravel-vite-plugin": "^0.8.0",
"pinia": "^2.1.6",
2023-09-20 17:32:29 +02:00
"sass": "^1.67.0",
"vite": "^4.4.9",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
2019-05-20 07:37:41 +02:00
}
}