mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.9 KiB
82 lines
1.9 KiB
{
|
|
"name": "@module-federation/rspack",
|
|
"version": "0.21.6",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"Module Federation",
|
|
"Rspack"
|
|
],
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/module-federation/core.git",
|
|
"directory": "packages/rspack"
|
|
},
|
|
"author": "hanric <hanric.zhang@gmail.com>",
|
|
"sideEffects": false,
|
|
"main": "./dist/index.cjs.js",
|
|
"module": "./dist/index.esm.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"btoa": "1.2.1",
|
|
"@module-federation/bridge-react-webpack-plugin": "0.21.6",
|
|
"@module-federation/dts-plugin": "0.21.6",
|
|
"@module-federation/managers": "0.21.6",
|
|
"@module-federation/runtime-tools": "0.21.6",
|
|
"@module-federation/inject-external-runtime-core-plugin": "0.21.6",
|
|
"@module-federation/sdk": "0.21.6",
|
|
"@module-federation/manifest": "0.21.6"
|
|
},
|
|
"devDependencies": {
|
|
"@rspack/core": "^1.0.2"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.esm.mjs",
|
|
"require": "./dist/index.cjs.js"
|
|
},
|
|
"./plugin": {
|
|
"types": "./dist/plugin.d.ts",
|
|
"import": "./dist/plugin.esm.mjs",
|
|
"require": "./dist/plugin.cjs.js"
|
|
},
|
|
"./remote-entry-plugin": {
|
|
"types": "./dist/remote-entry-plugin.d.ts",
|
|
"import": "./dist/remote-entry-plugin.esm.mjs",
|
|
"require": "./dist/remote-entry-plugin.cjs.js"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/index.d.ts"
|
|
],
|
|
"plugin": [
|
|
"./dist/plugin.d.ts"
|
|
],
|
|
"remote-entry-plugin": [
|
|
"./dist/remote-entry-plugin.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^4.9.0 || ^5.0.0",
|
|
"vue-tsc": ">=1.0.24",
|
|
"@rspack/core": ">=0.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"vue-tsc": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|