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.",
|
2021-08-24 13:36:48 +08:00
|
|
|
"main": "index.css",
|
|
|
|
"unpkg": "index.css",
|
|
|
|
"jsdelivr": "index.css",
|
|
|
|
"style": "index.css",
|
2020-08-28 11:09:05 +08:00
|
|
|
"scripts": {
|
2021-09-28 20:28:47 +08:00
|
|
|
"clean": "rimraf dist",
|
2021-10-25 17:07:48 +08:00
|
|
|
"build": "gulp --require sucrase/register/ts"
|
2020-08-28 11:09:05 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-08-03 09:12:34 +08:00
|
|
|
"url": "git+https://github.com/element-plus/element-plus.git"
|
2020-08-28 11:09:05 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
2021-08-24 13:36:48 +08:00
|
|
|
"vue-components",
|
|
|
|
"element-plus",
|
|
|
|
"theme-chalk",
|
|
|
|
"theme-light"
|
2020-08-28 11:09:05 +08:00
|
|
|
],
|
|
|
|
"author": "yi.shyang@ele.me",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2021-08-03 09:12:34 +08:00
|
|
|
"url": "https://github.com/element-plus/element-plus#issues"
|
2020-08-28 11:09:05 +08:00
|
|
|
},
|
2021-08-03 09:12:34 +08:00
|
|
|
"homepage": "https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/README.md",
|
2020-08-28 11:09:05 +08:00
|
|
|
"devDependencies": {
|
2021-10-30 17:09:09 +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.0.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
|
|
|
}
|