mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
ab81fc89f2
Co-authored-by: Renovate Bot <bot@renovateapp.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@element-plus/theme-chalk",
|
|
"version": "0.1.0",
|
|
"description": "Element component chalk theme.",
|
|
"main": "index.css",
|
|
"unpkg": "index.css",
|
|
"jsdelivr": "index.css",
|
|
"style": "index.css",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "gulp --require sucrase/register/ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/element-plus/element-plus.git"
|
|
},
|
|
"keywords": [
|
|
"vue-components",
|
|
"element-plus",
|
|
"theme-chalk",
|
|
"theme-light"
|
|
],
|
|
"author": "yi.shyang@ele.me",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/element-plus/element-plus#issues"
|
|
},
|
|
"homepage": "https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/README.md",
|
|
"devDependencies": {
|
|
"@types/gulp-autoprefixer": "0.0.33",
|
|
"@types/gulp-clean-css": "4.3.0",
|
|
"@types/gulp-rename": "2.0.1",
|
|
"@types/gulp-sass": "5.0.0",
|
|
"gulp-autoprefixer": "8.0.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-sass": "5.0.0"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|