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

package.json « focus « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 476b9839706b717b7d135251ab62bb416021369f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "@alpinejs/focus",
    "version": "3.10.3",
    "description": "Manage focus within a page",
    "author": "Caleb Porzio",
    "license": "MIT",
    "main": "dist/module.cjs.js",
    "module": "dist/module.esm.js",
    "unpkg": "dist/cdn.min.js",
    "dependencies": {
        "focus-trap": "^6.6.1"
    }
}