@esmx/rspack-vue
Version:
A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Linking capabilities.
94 lines (93 loc) • 2.57 kB
JSON
{
"name": "@esmx/rspack-vue",
"description": "A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Linking capabilities.",
"contributors": [
{
"name": "lzxb",
"url": "https://github.com/lzxb"
},
{
"name": "RockShi1994",
"url": "https://github.com/RockShi1994"
},
{
"name": "jerrychan7",
"url": "https://github.com/jerrychan7"
},
{
"name": "wesloong",
"url": "https://github.com/wesloong"
}
],
"repository": {
"type": "git",
"url": "https://github.com/esmnext/esmx.git",
"directory": "packages/rspack-vue"
},
"homepage": "https://github.com/esmnext/esmx",
"bugs": {
"url": "https://github.com/esmnext/esmx/issues"
},
"template": "library-node",
"license": "MIT",
"keywords": [
"Vue",
"Vue 2",
"Vue 3",
"Rspack",
"SSR",
"Module Linking",
"High Performance",
"Build Tool",
"Development Experience",
"Hot Module Replacement",
"TypeScript"
],
"scripts": {
"lint:js": "biome check --write --no-errors-on-unmatched",
"lint:css": "pnpm run lint:js",
"lint:type": "tsc --noEmit",
"test": "vitest run --pass-with-no-tests",
"coverage": "vitest run --coverage --pass-with-no-tests",
"build": "unbuild"
},
"peerDependencies": {
"@esmx/core": "*",
"vue": ">=2.7.8 || >=3.0.0"
},
"dependencies": {
"@esmx/rspack": "3.0.0-rc.112",
"vue-loader-v15": "npm:vue-loader@15.11.1",
"vue-loader-v17": "npm:vue-loader@^17.4.2",
"vue-style-loader": "^4.1.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@esmx/core": "3.0.0-rc.112",
"@types/node": "^24.0.0",
"@vitest/coverage-v8": "3.2.4",
"typescript": "5.9.3",
"unbuild": "3.6.1",
"vitest": "3.2.4"
},
"version": "3.0.0-rc.112",
"type": "module",
"private": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"lib",
"src",
"dist",
"*.mjs",
"template",
"public"
],
"gitHead": "f59838cc739a87380605820bc8b0b46640a83faa"
}