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