element-plus/packages/theme-chalk/package.json
云游君 8583c70fdc
feat(theme-chalk): use @use instead of @import & remove /**/ comment (#3696)
* feat(theme-chalk): use @use instead of @import & remove /**/ comment

* refactor(theme-chalk): refactor scss with @use module

* fix(docs): scss in docs toggle to '@use'

* docs: add custom theme on demand

* docs: add unplugin-element-plus
2021-09-28 20:42:12 +08:00

42 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"
},
"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",
"sass": "^1.42.1"
},
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
}