mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
9f2434f94d
* fix(theme-chalk): replace `gulp-clean-css` with `cssnano` closed #15686 * fix(theme-chalk): disable `colormin` to prevent color values changed * Update packages/theme-chalk/gulpfile.ts Co-authored-by: btea <2356281422@qq.com> * fix(theme-chalk): disable `minifyFontValues` to prevent font values changed --------- Co-authored-by: btea <2356281422@qq.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
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": "gulp --require @esbuild-kit/cjs-loader"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/build": "workspace:*",
|
|
"@esbuild-kit/cjs-loader": "^2.2.1",
|
|
"@types/gulp-autoprefixer": "^0.0.33",
|
|
"@types/gulp-rename": "^2.0.1",
|
|
"@types/gulp-sass": "^5.0.0",
|
|
"cssnano": "^6.0.5",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"postcss": "^8.4.35"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|