element-plus/packages/theme-chalk/package.json
jeremywu 16f069ebbe
Revert "build!: simplify build & support native esm import (#3900)" (#3945)
* Revert "build!: simplify build & support native esm import (#3900)"

This reverts commit fb94222bb4.

* remove module

* Fix linter

* Add @element-plus/icons as dependency

* update pnpm lock file

* temporary lock element-plus at 1.1.0-beta.20
2021-10-20 09:42:32 +08:00

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"
},
"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"
}