UNPKG

@flavorly/vanilla-components-inertia

Version:

🤌 Inertia integration for @flavorly/vanilla-components

54 lines • 1.15 kB
{ "name": "@flavorly/vanilla-components-inertia", "version": "0.7.65", "type": "module", "sideEffects": false, "private": false, "author": "Jon <support@flavorly.pt>", "license": "ISC", "description": "🤌 Inertia integration for @flavorly/vanilla-components", "keywords": [ "component library", "ui components", "vuejs", "vue", "tailwind", "vue3", "Inertia", "Inertia JS", "Laravel Inertia", "Laravel" ], "repository": { "type": "git", "url": "git+https://github.com/flavorly/vanilla-components" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "engines": { "node": ">=10" }, "files": [ "dist" ], "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "dependencies": { "@inertiajs/vue3": "^1.0.1", "@flavorly/vanilla-components": "0.7.65" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" } }