mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 14:51:17 +00:00

Replace Bootstrap with Privemue. Add i18n support. English and Brazilian Portuguese to start. New UI with Primevue. Use tabbed menu, nice theme, etc.. WIP with Steam login.
34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js -w index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.1",
|
|
"express": "^4.19.2",
|
|
"nodemon": "^3.1.4",
|
|
"vite": "^5.3.5",
|
|
"vite-express": "^0.17.0"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@primevue/themes": "^4.0.2",
|
|
"@vueuse/core": "^10.11.0",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"pinia": "^2.2.0",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.0.2",
|
|
"vue": "^3.4.34",
|
|
"vue-i18n": "^9.13.1"
|
|
}
|
|
}
|