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.
40 lines
967 B
40 lines
967 B
{
|
|
"name": "@module-federation/bridge-react-webpack-plugin",
|
|
"version": "0.21.6",
|
|
"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"
|
|
},
|
|
"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": "0.21.6"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.4.21",
|
|
"vite-plugin-dts": "^4.3.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
}
|
|
}
|