laravel-vapor
Version:
JavaScript utilities for Laravel Vapor
29 lines (28 loc) • 568 B
JSON
{
"name": "laravel-vapor",
"version": "0.7.1",
"description": "JavaScript utilities for Laravel Vapor",
"repository": {
"type": "git",
"url": "https://github.com/laravel/vapor-js"
},
"keywords": [
"laravel",
"vapor"
],
"author": {
"name": "Taylor Otwell"
},
"homepage": "https://github.com/laravel/vapor-js",
"main": "dist/laravel-vapor.js",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"microbundle": "^0.13.0"
}
}