mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@module-federation/bridge-react-webpack-plugin",
|
|
"version": "2.5.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/module-federation/core.git",
|
|
"directory": "packages/bridge/bridge-react-webpack-plugin"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"main": "./dist/index.cjs.js",
|
|
"module": "./dist/index.es.js",
|
|
"types": "./dist/index.cjs.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.cjs.d.ts",
|
|
"import": "./dist/index.es.js",
|
|
"require": "./dist/index.cjs.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"dependencies": {
|
|
"semver": "7.6.3",
|
|
"@types/semver": "7.5.8",
|
|
"@module-federation/sdk": "2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.4.21",
|
|
"vite-plugin-dts": "^4.3.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run -c vitest.config.ts"
|
|
}
|
|
} |