laravel-caesar-cipher/package.json

22 lines
476 B
JSON
Raw Permalink Normal View History

2023-12-21 11:49:23 +03:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0",
"vite-plugin-vuetify": "^2.0.1"
},
"dependencies": {
"@mdi/font": "^7.3.67",
"axios": "^1.6.2",
"typescript": "^5.3.3",
"vue": "^3.3.13",
"vuetify": "^3.4.8"
}
}