forked from livewire/livewire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 775 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"main": "dist/livewire.js",
"name": "laravel-livewire",
"scripts": {
"build": "node ./scripts/build.js",
"watch": "node ./scripts/build.js --watch"
},
"author": "Caleb Porzio",
"license": "MIT",
"devDependencies": {
"brotli-size": "^4.0.0",
"esbuild": "^0.14.49"
},
"dependencies": {
"@alpinejs/anchor": "^3.14.9",
"@alpinejs/collapse": "^3.14.9",
"@alpinejs/focus": "^3.14.9",
"@alpinejs/intersect": "^3.14.9",
"@alpinejs/resize": "^3.14.9",
"@alpinejs/mask": "^3.14.9",
"@alpinejs/morph": "^3.14.9",
"@alpinejs/persist": "^3.14.9",
"@vue/reactivity": "^3.2.45",
"alpinejs": "^3.14.9",
"nprogress": "^0.2.0"
}
}