mirror of
https://github.com/archtechx/livewire-petite-vue.git
synced 2025-12-12 00:24:03 +00:00
initial
This commit is contained in:
commit
ff59f31cb4
4 changed files with 235 additions and 0 deletions
29
package.json
Normal file
29
package.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "livewire-petite-vue",
|
||||
"version": "0.1.0",
|
||||
"description": "petite-vue driver for Livewire",
|
||||
"files": [
|
||||
"src/index.js"
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/archtechx/livewire-petite-vue.git"
|
||||
},
|
||||
"keywords": [
|
||||
"livewire",
|
||||
"vue",
|
||||
"vuejs"
|
||||
],
|
||||
"author": "Samuel Štancl <samuel@archte.ch>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/archtechx/livewire-petite-vue/issues"
|
||||
},
|
||||
"homepage": "https://github.com/archtechx/livewire-petite-vue#readme",
|
||||
"devDependencies": {
|
||||
"laravel-mix": "^6.0.25",
|
||||
"ts-loader": "^9.2.3",
|
||||
"typescript": "^4.3.5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue