2021-11-29 20:48:45 +00:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.1.0",
|
2024-08-27 16:52:19 +00:00
|
|
|
"esbuild": "^0.23.1",
|
|
|
|
"esbuild-vue": "^0.4.1",
|
|
|
|
"eslint": "^7.32.0",
|
2021-11-29 20:48:45 +00:00
|
|
|
"eslint-plugin-vue": "^7.20.0",
|
2024-08-27 16:52:19 +00:00
|
|
|
"vue-template-compiler": "^2.7.16"
|
2021-11-29 20:48:45 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-27 16:52:19 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
2023-11-29 11:32:19 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "^2.0.10",
|
2024-08-27 16:52:19 +00:00
|
|
|
"bootstrap": "^4.6.2",
|
|
|
|
"bootstrap-vue": "^2.23.1",
|
|
|
|
"bootswatch": "^4.6.2",
|
|
|
|
"moment": "^2.30.1",
|
|
|
|
"vue": "^2.7.16",
|
|
|
|
"vue-router": "^3.6.5"
|
2021-11-29 20:48:45 +00:00
|
|
|
}
|
2023-11-12 12:30:59 +00:00
|
|
|
}
|