repo_pattern/package.json

14 lines
248 B
JSON
Raw Permalink Normal View History

2024-02-13 06:43:14 +00:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
}
}