mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* 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>
38 lines
977 B
JSON
38 lines
977 B
JSON
{
|
|
"name": "@element-plus/theme-chalk",
|
|
"version": "0.1.0",
|
|
"description": "Element component chalk theme.",
|
|
"keywords": [
|
|
"vue-components",
|
|
"element-plus",
|
|
"theme-chalk",
|
|
"theme-light"
|
|
],
|
|
"homepage": "https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/element-plus/element-plus#issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "yi.shyang@ele.me",
|
|
"main": "index.css",
|
|
"unpkg": "index.css",
|
|
"jsdelivr": "index.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/element-plus/element-plus.git"
|
|
},
|
|
"style": "index.css",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "tsx buildfile.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/build": "workspace:*",
|
|
"lightningcss": "^1.30.2",
|
|
"tinyglobby": "^0.2.15",
|
|
"sass-embedded": "^1.97.3",
|
|
"tsx": "^4.19.3"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|