mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
4e99d0b5ba
* build!: simplify build & support native esm import * build: refactor build * refactor: reorganize files * refactor: refactor build * build: improve perf * fix: scripts * build: add rollup-plugin-filesize * chore: scripts ignore no-console * build: disable tree-shaking * build: improve code * build: add sourcemap * build: add banner * refactor: remove annotation * build!: improve esm exports (#3871) * build: improve esm import * refactor: change mjs for esm version * chore: improve exports map * fix: add sideEffects * refactor: improve alias * build: upgrade dependencies
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"
|
|
}
|