is-land/package.json
Zach Leatherman d92c53c5e8 v5.0.1
2025-12-02 10:04:02 -06:00

45 lines
1.3 KiB
JSON

{
"name": "@11ty/is-land",
"version": "5.0.1",
"description": "A framework independent partial hydration islands architecture implementation.",
"type": "module",
"main": "is-land.js",
"scripts": {
"compress": "terser is-land.js -o dist/is-land.min.js --compress --mangle --module --ecma 2016 && brotli-size dist/is-land.min.js",
"prepublishOnly": "npm run compress",
"start": "npx @11ty/eleventy --config=eleventy.cjs --serve",
"build": "npx @11ty/eleventy --config=eleventy.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11ty/is-land.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"bugs": {
"url": "https://github.com/11ty/is-land/issues"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"homepage": "https://github.com/11ty/is-land#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"brotli-size-cli": "^1.0.0",
"esm-import-transformer": "^3.0.5",
"htm": "^3.1.1",
"preact": "^10.28.0",
"preact-render-to-string": "^6.6.3",
"svelte": "^5.45.3",
"terser": "^5.44.1",
"vue": "^3.5.25"
}
}