1
0
Fork 0
mirror of https://github.com/archtechx/livewire-petite-vue.git synced 2025-12-12 00:24:03 +00:00
livewire-petite-vue/package.json
Samuel Štancl ff59f31cb4 initial
2021-07-10 21:31:39 +02:00

29 lines
684 B
JSON

{
"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"
}
}