service-captcha-demo/app/package.json

14 lines
248 B
JSON
Raw Normal View History

2023-12-09 01:30:59 +06:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.0",
"vite": "^4.0.0"
}
}