1
0
Fork 0
mirror of https://github.com/archtechx/livewire-petite-vue.git synced 2025-12-12 00:24:03 +00:00
This commit is contained in:
Samuel Štancl 2021-07-10 21:31:39 +02:00
commit ff59f31cb4
4 changed files with 235 additions and 0 deletions

29
package.json Normal file
View 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"
}
}