Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'alpinejs/packages/history/package.json')
-rw-r--r--alpinejs/packages/history/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/alpinejs/packages/history/package.json b/alpinejs/packages/history/package.json
new file mode 100644
index 0000000..08355c2
--- /dev/null
+++ b/alpinejs/packages/history/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "@alpinejs/history",
+ "version": "3.0.0-alpha.0",
+ "description": "Sync Alpine data with the browser's query string",
+ "author": "Caleb Porzio",
+ "license": "MIT",
+ "main": "dist/module.cjs.js",
+ "module": "dist/module.esm.js",
+ "dependencies": {
+ "@vue/reactivity": "^3.0.2"
+ }
+}