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

package.json « persist « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ce326406cc88bd9f7dc5aa9bb3540f4bab032d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "@alpinejs/persist",
    "version": "3.10.3",
    "description": "Persist Alpine data across page loads",
    "author": "Caleb Porzio",
    "license": "MIT",
    "main": "dist/module.cjs.js",
    "module": "dist/module.esm.js",
    "unpkg": "dist/cdn.min.js",
    "dependencies": {}
}