TODOList-Laravel / package.json
Anuj-Panthri's picture
basic version
32c8469
raw
history blame
248 Bytes
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.1",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
}
}