mirror of
https://github.com/archtechx/wire-replace.git
synced 2025-12-12 07:34:02 +00:00
Initial commit
This commit is contained in:
commit
edbfe280eb
8 changed files with 181 additions and 0 deletions
35
package.json
Normal file
35
package.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "@leanadmin/wire-replace",
|
||||
"version": "0.1.0",
|
||||
"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",
|
||||
"prepublishOnly": "npm 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"
|
||||
},
|
||||
"dependencies": {
|
||||
"json": "^10.0.0",
|
||||
"node-jq": "^1.11.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue