2022-11-18 15:44:06 -05:00
|
|
|
{
|
2023-12-28 01:25:49 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "vite build --debug",
|
|
|
|
"dev": "vite build --watch"
|
|
|
|
},
|
2022-11-18 15:44:06 -05:00
|
|
|
"dependencies": {
|
2023-12-27 20:27:06 -05:00
|
|
|
"@fortawesome/fontawesome-free": "6.5.1",
|
2023-12-28 01:25:49 +01:00
|
|
|
"@popperjs/core": "2.11.8",
|
2024-01-07 11:30:30 -05:00
|
|
|
"@vitejs/plugin-vue": "4.6.2",
|
2024-02-26 22:33:13 -05:00
|
|
|
"bootstrap": "5.3.3",
|
2024-01-20 11:07:42 -05:00
|
|
|
"vite": "4.5.2",
|
2023-12-28 01:25:49 +01:00
|
|
|
"vite-plugin-ejs": "1.6.4",
|
2024-03-22 19:54:12 -04:00
|
|
|
"vue": "3.4.5",
|
|
|
|
"vue-i18n": "9.10.2"
|
2022-11-18 15:44:06 -05:00
|
|
|
}
|
|
|
|
}
|