post rules
Showing
... | ... | @@ -22,7 +22,8 @@ |
"vite": "^5.2.10", | ||
"vue": "^3.4.25", | ||
"vue-navigation-bar": "^6.1.0", | ||
"vue-router": "^4.3.2" | ||
"vue-router": "^4.3.2", | ||
"vue-sweetalert2": "^5.0.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.16", | ||
... | ... | @@ -35,6 +36,7 @@ |
"sass": "^1.75.0", | ||
"sass-loader": "^14.2.1", | ||
"style-loader": "^4.0.0", | ||
"sweetalert2": "^11.10.8", | ||
"tailwindcss": "^3.4.3", | ||
"unplugin-auto-import": "^0.16.1", | ||
"unplugin-vue-components": "^0.25.2", | ||
... | ... |
Please register or sign in to comment