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.
87 lines
2.1 KiB
87 lines
2.1 KiB
{
|
|
"name": "@module-federation/dts-plugin",
|
|
"version": "0.21.6",
|
|
"author": "hanric <hanric.zhang@gmail.com>",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/module-federation/core.git",
|
|
"directory": "packages/dts-plugin"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./core": {
|
|
"import": "./dist/core.js",
|
|
"require": "./dist/core.js"
|
|
},
|
|
"./dynamic-remote-type-hints-plugin": {
|
|
"types": "./dist/dynamic-remote-type-hints-plugin.d.ts",
|
|
"import": "./dist/esm/dynamic-remote-type-hints-plugin.js",
|
|
"require": "./dist/dynamic-remote-type-hints-plugin.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/index.d.ts"
|
|
],
|
|
"core": [
|
|
"./dist/core.d.ts"
|
|
],
|
|
"dynamic-remote-type-hints-plugin": [
|
|
"./dist/dynamic-remote-type-hints-plugin.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.10",
|
|
"ansi-colors": "^4.1.3",
|
|
"axios": "^1.12.0",
|
|
"rambda": "^9.1.0",
|
|
"lodash.clonedeepwith": "4.5.0",
|
|
"chalk": "3.0.0",
|
|
"fs-extra": "9.1.0",
|
|
"isomorphic-ws": "5.0.0",
|
|
"koa": "3.0.3",
|
|
"log4js": "6.9.1",
|
|
"node-schedule": "2.1.1",
|
|
"ws": "8.18.0",
|
|
"@module-federation/sdk": "0.21.6",
|
|
"@module-federation/managers": "0.21.6",
|
|
"@module-federation/error-codes": "0.21.6",
|
|
"@module-federation/third-party-dts-extractor": "0.21.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "8.5.12",
|
|
"@types/koa": "2.15.0",
|
|
"@types/node-schedule": "2.1.7",
|
|
"vue": "^3.5.13",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"vue-tsc": "^2.2.10",
|
|
"rimraf": "~6.0.1",
|
|
"@module-federation/runtime": "0.21.6"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^4.9.0 || ^5.0.0",
|
|
"vue-tsc": ">=1.0.24"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vue-tsc": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|