@gez/core
Version:
A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities.
104 lines (103 loc) • 2.77 kB
JSON
{
"name": "@gez/core",
"description": "A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities.",
"author": {
"name": "lzxb",
"url": "https://github.com/lzxb"
},
"contributors": [
{
"name": "RockShi1994",
"url": "https://github.com/RockShi1994"
},
{
"name": "jerrychan7",
"url": "https://github.com/jerrychan7"
}
],
"repository": {
"type": "git",
"url": "https://github.com/js-esm/gez.git",
"directory": "packages/core"
},
"homepage": "https://github.com/js-esm/gez",
"bugs": {
"url": "https://github.com/js-esm/gez/issues"
},
"template": "library-node",
"keywords": [
"Vue",
"React",
"Preact",
"Solid",
"Svelte",
"ESM",
"Microfrontend",
"SSR",
"Rspack",
"Module Federation",
"High Performance",
"TypeScript"
],
"license": "MIT",
"bin": {
"gez": "./dist/cli/index.mjs"
},
"engines": {
"node": ">=22.6"
},
"scripts": {
"lint:js": "biome check --write --no-errors-on-unmatched",
"lint:css": "stylelint '**/*.{css,vue}' --fix --aei",
"lint:type": "tsc --noEmit",
"test": "vitest run --pass-with-no-tests",
"coverage": "vitest run --coverage --pass-with-no-tests",
"build": "unbuild"
},
"dependencies": {
"@gez/import": "3.0.0-rc.9",
"@types/serialize-javascript": "^5.0.4",
"es-module-lexer": "^1.6.0",
"find": "^0.3.0",
"send": "^1.1.0",
"serialize-javascript": "^6.0.2",
"write": "^2.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@gez/lint": "3.0.0-rc.9",
"@types/find": "^0.2.4",
"@types/node": "22.13.10",
"@types/send": "^0.17.4",
"@types/write": "^2.0.4",
"@vitest/coverage-v8": "3.0.8",
"stylelint": "16.15.0",
"typescript": "5.8.2",
"unbuild": "2.0.0",
"vitest": "3.0.8"
},
"version": "3.0.0-rc.9",
"type": "module",
"private": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./cli": {
"import": "./dist/cli/cli.mjs",
"types": "./dist/cli/cli.d.ts"
}
},
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"lib",
"src",
"dist",
"*.mjs",
"template",
"public"
],
"gitHead": "5c7059b8ac6326f2eaaacb16730c7dd4ac45d8f3"
}