blazor-micro-frontends
Version:
Streamlined creation and integration of micro frontends using ASP.NET Blazor (Server/WebAssembly).
40 lines (39 loc) • 953 B
JSON
{
"license": "MIT",
"version": "1.0.4",
"author": "2and4 - Matthias Ritter",
"name": "blazor-micro-frontends",
"description": "Streamlined creation and integration of micro frontends using ASP.NET Blazor (Server/WebAssembly).",
"keywords": [
"micro",
"frontends",
"asp.net",
"blazor",
"server",
"wasm"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git@github.com:2and4/blazor-micro-frontends.git"
},
"type": "module",
"main": "dist/blazor-micro-frontends.umd.js",
"module": "dist/blazor-micro-frontends.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"typescript": "^5.7.3",
"vite": "^6.2.3",
"vite-plugin-dts": "^4.5.3"
}
}