UNPKG

@singlephon/rift

Version:

A lightweight micro-framework connecting Blade, Livewire, Alpine.js, and JS seamlessly in Laravel projects.

41 lines (40 loc) 934 B
{ "name": "@singlephon/rift", "version": "0.2.5", "description": "A lightweight micro-framework connecting Blade, Livewire, Alpine.js, and JS seamlessly in Laravel projects.", "main": "index.js", "module": "index.js", "types": "index.d.ts", "files": [ "index.js", "src", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "https://github.com/singlephon/rift.js.git" }, "author": "singlephon", "license": "MIT", "keywords": [ "laravel", "livewire", "alpinejs", "micro-framework", "javascript", "blade", "frontend" ], "scripts": { "build": "echo 'No build step required'", "prepublishOnly": "npm run build" }, "engines": { "node": ">=18", "npm": ">=9" }, "dependencies": { "on-change": "^5.0.1" } }