1 Star 4 Fork 1

夕水/ew-color-picker

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
夕水 提交于 2021-10-12 21:47 +08:00 . 修复了bug,修改了文档
{
"name": "ew-color-picker",
"version": "1.9.9",
"description": "一个基于原生js而封装的颜色选择器",
"main": "dist/ew-color-picker.min.js",
"module": "dist/ew-color-picker.esm.min.js",
"typings": "types/index.d.ts",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"doc": "vuepress dev introduce/.",
"doc-build": "vuepress build introduce/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/eveningwater/ew-color-picker.git"
},
"keywords": [
"ew-color-picker",
"plugin"
],
"author": "eveningwater",
"license": "ISC",
"bugs": {
"url": "https://github.com/eveningwater/ew-color-picker/issues"
},
"homepage": "https://github.com/eveningwater/ew-color-picker#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@vuepress/plugin-back-to-top": "^1.8.2",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"postcss-cssnext": "^3.1.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^6.1.0",
"typescript": "^4.1.3",
"vuepress": "^1.5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/eveningwater/ew-color-picker.git
git@gitee.com:eveningwater/ew-color-picker.git
eveningwater
ew-color-picker
ew-color-picker
master

搜索帮助