@esmx/rspack
Version:
A high-performance Rspack integration for Esmx microfrontend framework, providing Module Linking and SSR capabilities.
115 lines (114 loc) • 3.2 kB
JSON
{
"name": "@esmx/rspack",
"description": "A high-performance Rspack integration for Esmx microfrontend framework, providing Module Linking and SSR 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"
},
"homepage": "https://github.com/esmnext/esmx",
"bugs": {
"url": "https://github.com/esmnext/esmx/issues"
},
"template": "library-node",
"license": "MIT",
"keywords": [
"Rspack",
"TypeScript",
"JavaScript",
"CSS",
"Less",
"High Performance",
"Build Tool",
"Module Linking",
"SSR",
"Development Experience"
],
"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"
},
"engines": {
"node": ">=24"
},
"peerDependencies": {
"@esmx/core": "*",
"less": "*"
},
"peerDependenciesMeta": {
"less": {
"optional": true
}
},
"dependencies": {
"@esmx/import": "3.0.0-rc.76",
"@esmx/rspack-module-link-plugin": "3.0.0-rc.76",
"@npmcli/arborist": "^9.1.6",
"@rspack/core": "1.6.4",
"css-loader": "^7.1.2",
"less-loader": "^12.3.0",
"node-polyfill-webpack-plugin": "^4.1.0",
"pacote": "^21.0.0",
"rspack-chain": "^1.4.1",
"style-loader": "^4.0.0",
"style-resources-loader": "^1.5.0",
"webpack-hot-middleware": "^2.26.1",
"webpack-node-externals": "~3.0.0",
"worker-rspack-loader": "^3.1.2"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@esmx/core": "3.0.0-rc.76",
"@types/node": "^24.10.0",
"@types/npmcli__arborist": "^6.3.1",
"@types/pacote": "^11.1.8",
"@types/webpack-hot-middleware": "^2.25.12",
"@types/webpack-node-externals": "^3.0.4",
"@vitest/coverage-v8": "3.2.4",
"typescript": "5.9.3",
"unbuild": "3.6.1",
"vitest": "3.2.4"
},
"version": "3.0.0-rc.76",
"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": "8377e5ae2c59cc2b334272d674deb7a01b7e8fa5"
}