2020-08-28 11:09:05 +08:00
|
|
|
{
|
2021-08-24 13:36:48 +08:00
|
|
|
"name": "@element-plus/theme-chalk",
|
2021-09-28 20:42:12 +08:00
|
|
|
"version": "0.1.0",
|
2020-08-28 11:09:05 +08:00
|
|
|
"description": "Element component chalk theme.",
|
2022-03-10 15:39:13 +08:00
|
|
|
"keywords": [
|
|
|
|
"vue-components",
|
|
|
|
"element-plus",
|
|
|
|
"theme-chalk",
|
|
|
|
"theme-light"
|
|
|
|
],
|
2022-04-09 04:32:01 +08:00
|
|
|
"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"
|
2022-03-10 15:39:13 +08:00
|
|
|
},
|
2022-04-09 04:32:01 +08:00
|
|
|
"license": "MIT",
|
2022-03-10 15:39:13 +08:00
|
|
|
"author": "yi.shyang@ele.me",
|
2021-08-24 13:36:48 +08:00
|
|
|
"main": "index.css",
|
|
|
|
"unpkg": "index.css",
|
|
|
|
"jsdelivr": "index.css",
|
2022-04-09 04:32:01 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/element-plus/element-plus.git"
|
|
|
|
},
|
2021-08-24 13:36:48 +08:00
|
|
|
"style": "index.css",
|
2020-08-28 11:09:05 +08:00
|
|
|
"scripts": {
|
2021-09-28 20:28:47 +08:00
|
|
|
"clean": "rimraf dist",
|
2022-05-24 19:31:16 +08:00
|
|
|
"build": "gulp --require @esbuild-kit/cjs-loader"
|
2020-08-28 11:09:05 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-15 19:23:38 +08:00
|
|
|
"@element-plus/build": "workspace:*",
|
2022-05-24 19:31:16 +08:00
|
|
|
"@esbuild-kit/cjs-loader": "^2.0.0",
|
2022-02-21 15:35:45 +08:00
|
|
|
"@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.1.0"
|
2020-08-28 11:09:05 +08:00
|
|
|
},
|
2021-08-24 13:36:48 +08:00
|
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
2021-08-27 17:46:06 +08:00
|
|
|
}
|