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

package.json « alpinejs « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3902705dbf8276932f55ad3a338ef33089e42e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "alpinejs",
    "version": "3.9.1",
    "description": "The rugged, minimal JavaScript framework",
    "author": "Caleb Porzio",
    "license": "MIT",
    "main": "dist/module.cjs.js",
    "module": "dist/module.esm.js",
    "unpkg": "dist/cdn.min.js",
    "dependencies": {
        "@vue/reactivity": "~3.1.1"
    }
}