mirror of
https://github.com/archtechx/wire-replace.git
synced 2025-12-12 07:34:02 +00:00
31 lines
824 B
JSON
31 lines
824 B
JSON
{
|
|
"name": "@leanadmin/wire-replace",
|
|
"version": "0.1.2",
|
|
"description": "wire:replace directive for Livewire",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LeanAdmin/wire-replace.git"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist/wire_replace.js"
|
|
],
|
|
"scripts": {
|
|
"build": "npx mix --production",
|
|
"prepublishOnly": "npm run-script build"
|
|
},
|
|
"keywords": [
|
|
"livewire"
|
|
],
|
|
"author": "Samuel Štancl <samuel.stancl@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/LeanAdmin/wire-replace/issues"
|
|
},
|
|
"homepage": "https://github.com/LeanAdmin/wire-replace#readme",
|
|
"devDependencies": {
|
|
"laravel-mix": "^6.0.6",
|
|
"postcss": "^8.2.2"
|
|
}
|
|
}
|