mirror of
https://github.com/element-plus/element-plus.git
synced 2025-12-19 09:09:40 +08:00
* chore(deps): drop `esbuild-kit/cjs-loader` * chore: use `commitlint/config-conventional` * Update commitlint.config.mjs Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com> * chore: tsx shortcut tweaks * chore: add final lock --------- Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 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 tsx/dist/loader.cjs"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/build": "workspace:*",
|
|
"@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": "^6.0.0",
|
|
"postcss": "^8.4.35",
|
|
"tsx": "^4.19.3"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|