printer-manager-admin/package.json

14 lines
248 B
JSON
Raw Normal View History

2023-11-01 21:27:44 +00:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"vite": "^4.0.0"
}
}