add i18n
This commit is contained in:
+4
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "portal-vue",
|
||||
"name": "cmms",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@@ -9,13 +9,15 @@
|
||||
"serve": "concurrently \"vite\" \"cross-env DEV=1 php -S localhost:8000\" \"mailpit\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "5.15.4",
|
||||
"@fortawesome/fontawesome-free": "7.3.1",
|
||||
"bootstrap": "5.3.8",
|
||||
"vue": "^3.5.40",
|
||||
"vue-i18n": "^11.4.10",
|
||||
"vue-multiselect": "^3.5.0",
|
||||
"vue-router": "5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^11.2.5",
|
||||
"@vitejs/plugin-vue": "^6.0.8",
|
||||
"concurrently": "^10.0.5",
|
||||
"cross-env": "^10.1.0",
|
||||
|
||||
Reference in New Issue
Block a user