Commit 7b4a13ae by weiyudumei

feat: 修复本地包JSON格式问题

parent 6a2a6ea7
......@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/web-infra-dev/rsbuild",
"directory": "packages/plugin-less"
},
}
"license": "MIT",
"type": "module",
"exports": {
......@@ -16,7 +16,7 @@
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
}
"main": "./dist/index.cjs",
"types": "./dist-types/index.d.ts",
"files": [
......@@ -27,7 +27,7 @@
"dependencies": {
"deepmerge": "^4.3.1",
"reduce-configs": "^1.0.0"
},
}
"devDependencies": {
"@types/less": "^3.0.6",
"less": "^4.2.0",
......@@ -35,16 +35,15 @@
"prebundle": "1.2.2",
"typescript": "^5.5.2",
"@rsbuild/core": "1.0.1-beta.9",
"@scripts/test-helper": "1.0.1-beta.9"
},
}
"peerDependencies": {
"@rsbuild/core": "^1.0.1-beta.9"
},
}
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
},
}
"scripts": {
"build": "modern build",
"dev": "modern build --watch",
......
......@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/web-infra-dev/rsbuild",
"directory": "packages/plugin-react"
},
}
"license": "MIT",
"type": "module",
"exports": {
......@@ -15,7 +15,7 @@
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
}
"main": "./dist/index.cjs",
"types": "./dist-types/index.d.ts",
"files": [
......@@ -25,21 +25,20 @@
"dependencies": {
"@rspack/plugin-react-refresh": "1.0.0-beta.1",
"react-refresh": "^0.14.2"
},
}
"devDependencies": {
"@types/node": "18.x",
"typescript": "^5.5.2",
"@rsbuild/core": "1.0.1-beta.9",
"@scripts/test-helper": "1.0.1-beta.9"
},
}
"peerDependencies": {
"@rsbuild/core": "^1.0.1-beta.9"
},
}
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
},
}
"scripts": {
"build": "modern build",
"dev": "modern build --watch"
......
......@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/web-infra-dev/rsbuild",
"directory": "packages/plugin-svgr"
},
}
"license": "MIT",
"type": "module",
"exports": {
......@@ -15,7 +15,7 @@
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
}
"main": "./dist/index.cjs",
"types": "./dist-types/index.d.ts",
"files": [
......@@ -30,7 +30,7 @@
"deepmerge": "^4.3.1",
"loader-utils": "^2.0.4",
"@rsbuild/plugin-react": "1.0.1-beta.9"
},
}
"devDependencies": {
"@types/node": "18.x",
"file-loader": "6.2.0",
......@@ -39,16 +39,15 @@
"typescript": "^5.5.2",
"url-loader": "4.1.1",
"@rsbuild/core": "1.0.1-beta.9",
"@scripts/test-helper": "1.0.1-beta.9"
},
}
"peerDependencies": {
"@rsbuild/core": "^1.0.1-beta.9"
},
}
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
},
}
"scripts": {
"build": "modern build",
"dev": "modern build --watch",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment