alex.test/package.json

14 lines
244 B
JSON
Raw Permalink Normal View History

2024-09-17 14:27:30 +02:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.7.4",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0"
}
}