Files
element-plus/internal/build/package.json
Noblet Ouways 76787fdedf chore: refresh build toolchain (#23365)
* chore: refresh js build

* chore: remove fs-extra

* chore: try lightningcss

* chore: correct build

* chore: rolldown minimal

* chore: WIP

* chore: WIP

* fix: WIP

* chore: cleanup

* chore: remove unused

* fix: windows path

* chore: update

* fix: exports missing in nested barrel files

* chore: self review

* chore: apply cb review

* chore: no any

* chore: apply review

Co-authored-by: btea <2356281422@qq.com>

* chore: set import

* chore: apply review

* chore: upgrade rolldown & plugin dts

* chore: apply review

Co-authored-by: rzzf <cszhjh@gmail.com>

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: rzzf <cszhjh@gmail.com>
2026-03-02 21:21:24 +01:00

36 lines
945 B
JSON

{
"name": "@element-plus/build",
"version": "0.0.1",
"private": true,
"description": "Build Toolchain for Element Plus",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"start": "jiti buildfile.ts",
"dev": "pnpm run stub",
"stub": "unbuild --stub"
},
"dependencies": {
"@element-plus/build-constants": "workspace:*",
"@pnpm/find-workspace-packages": "^4.0.16",
"@pnpm/logger": "^4.0.0",
"@vitejs/plugin-vue": "catalog:",
"@vitejs/plugin-vue-jsx": "catalog:",
"chalk": "^5.0.1",
"components-helper": "^2.1.4",
"consola": "^2.15.3",
"lodash": "^4.17.23",
"magic-string": "^0.30.21",
"oxc-parser": "^0.110.0",
"rolldown": "^1.0.0-rc.6",
"rolldown-plugin-dts": "^0.22.2",
"tinyglobby": "^0.2.15"
},
"devDependencies": {
"@pnpm/types": "^8.4.0",
"unbuild": "^3.0.0",
"vue-tsc": "^3.2.3"
}
}