192 lines
5.0 KiB
JSON
192 lines
5.0 KiB
JSON
{
|
|
"name": "@nx/rspack",
|
|
"description": "The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.",
|
|
"version": "0.0.1",
|
|
"type": "commonjs",
|
|
"files": [
|
|
"dist",
|
|
"!dist/tsconfig.tsbuildinfo",
|
|
"migrations.json",
|
|
"executors.json",
|
|
"generators.json"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/rspack"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Rspack",
|
|
"Bundling",
|
|
"Module Federation"
|
|
],
|
|
"author": "Jack Hsu",
|
|
"license": "MIT",
|
|
"homepage": "https://nx.dev",
|
|
"main": "./dist/src/index.js",
|
|
"types": "./dist/src/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"app-plugin": [
|
|
"dist/app-plugin.d.ts"
|
|
],
|
|
"app-plugin.js": [
|
|
"dist/app-plugin.d.ts"
|
|
],
|
|
"module-federation": [
|
|
"dist/module-federation.d.ts"
|
|
],
|
|
"module-federation.js": [
|
|
"dist/module-federation.d.ts"
|
|
],
|
|
"plugin": [
|
|
"dist/plugin.d.ts"
|
|
],
|
|
"plugin.js": [
|
|
"dist/plugin.d.ts"
|
|
],
|
|
"react-plugin": [
|
|
"dist/react-plugin.d.ts"
|
|
],
|
|
"react-plugin.js": [
|
|
"dist/react-plugin.d.ts"
|
|
],
|
|
"src/*": [
|
|
"dist/src/*.d.ts"
|
|
],
|
|
"src/*.js": [
|
|
"dist/src/*.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"generators": "./generators.json",
|
|
"executors": "./executors.json",
|
|
"exports": {
|
|
".": {
|
|
"@nx/nx-source": "./src/index.ts",
|
|
"types": "./dist/src/index.d.ts",
|
|
"default": "./dist/src/index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./migrations.json": "./migrations.json",
|
|
"./generators.json": "./generators.json",
|
|
"./executors.json": "./executors.json",
|
|
"./app-plugin": {
|
|
"@nx/nx-source": "./app-plugin.ts",
|
|
"types": "./dist/app-plugin.d.ts",
|
|
"default": "./dist/app-plugin.js"
|
|
},
|
|
"./app-plugin.js": {
|
|
"@nx/nx-source": "./app-plugin.ts",
|
|
"types": "./dist/app-plugin.d.ts",
|
|
"default": "./dist/app-plugin.js"
|
|
},
|
|
"./module-federation": {
|
|
"@nx/nx-source": "./module-federation.ts",
|
|
"types": "./dist/module-federation.d.ts",
|
|
"default": "./dist/module-federation.js"
|
|
},
|
|
"./module-federation.js": {
|
|
"@nx/nx-source": "./module-federation.ts",
|
|
"types": "./dist/module-federation.d.ts",
|
|
"default": "./dist/module-federation.js"
|
|
},
|
|
"./plugin": {
|
|
"@nx/nx-source": "./plugin.ts",
|
|
"types": "./dist/plugin.d.ts",
|
|
"default": "./dist/plugin.js"
|
|
},
|
|
"./plugin.js": {
|
|
"@nx/nx-source": "./plugin.ts",
|
|
"types": "./dist/plugin.d.ts",
|
|
"default": "./dist/plugin.js"
|
|
},
|
|
"./react-plugin": {
|
|
"@nx/nx-source": "./react-plugin.ts",
|
|
"types": "./dist/react-plugin.d.ts",
|
|
"default": "./dist/react-plugin.js"
|
|
},
|
|
"./react-plugin.js": {
|
|
"@nx/nx-source": "./react-plugin.ts",
|
|
"types": "./dist/react-plugin.d.ts",
|
|
"default": "./dist/react-plugin.js"
|
|
},
|
|
"./src/*": {
|
|
"@nx/nx-source": "./src/*.ts",
|
|
"types": "./dist/src/*.d.ts",
|
|
"default": "./dist/src/*.js"
|
|
},
|
|
"./src/*.js": {
|
|
"@nx/nx-source": "./src/*.ts",
|
|
"types": "./dist/src/*.d.ts",
|
|
"default": "./dist/src/*.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@nx/devkit": "workspace:*",
|
|
"@nx/js": "workspace:*",
|
|
"@nx/module-federation": "workspace:*",
|
|
"@nx/web": "workspace:*",
|
|
"@phenomnomnominal/tsquery": "catalog:typescript",
|
|
"autoprefixer": "catalog:css",
|
|
"browserslist": "^4.26.0",
|
|
"css-loader": "^6.4.0",
|
|
"enquirer": "catalog:",
|
|
"express": "^4.21.2",
|
|
"http-proxy-middleware": "catalog:",
|
|
"less-loader": "catalog:css",
|
|
"license-webpack-plugin": "^4.0.2",
|
|
"loader-utils": "^2.0.3",
|
|
"parse5": "4.0.0",
|
|
"picocolors": "catalog:",
|
|
"postcss": "catalog:css",
|
|
"postcss-import": "~14.1.0",
|
|
"postcss-loader": "catalog:css",
|
|
"sass": "catalog:css",
|
|
"sass-embedded": "catalog:css",
|
|
"sass-loader": "catalog:css",
|
|
"semver": "catalog:",
|
|
"source-map-loader": "^5.0.0",
|
|
"style-loader": "^3.3.0",
|
|
"ts-checker-rspack-plugin": "catalog:rspack",
|
|
"tslib": "catalog:typescript",
|
|
"webpack": "catalog:",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nx": "workspace:*",
|
|
"@nx/nest": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@rspack/cli": "^1.0.0 || ^2.0.0",
|
|
"@rspack/core": "^1.0.0 || ^2.0.0",
|
|
"@rspack/dev-server": "^1.0.0 || ^2.0.0",
|
|
"@rspack/plugin-react-refresh": "^1.0.0 || ^2.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@rspack/cli": {
|
|
"optional": true
|
|
},
|
|
"@rspack/core": {
|
|
"optional": true
|
|
},
|
|
"@rspack/dev-server": {
|
|
"optional": true
|
|
},
|
|
"@rspack/plugin-react-refresh": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"nx-migrations": {
|
|
"migrations": "./migrations.json",
|
|
"supportsOptionalMigrations": true
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|