-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@11ty/is-land",
"version": "4.0.0",
"description": "A framework independent partial hydration islands architecture implementation.",
"type": "module",
"main": "is-land.js",
"scripts": {
"compress": "terser is-land.js -o is-land.min.js --compress && brotli-size is-land.min.js",
"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": "^2.0.0",
"esm-import-transformer": "^1.0.1",
"htm": "^3.1.1",
"preact": "^10.11.3",
"preact-render-to-string": "^5.2.6",
"svelte": "^3.55.1",
"vue": "^3.2.45"
}
}