40 Star 93 Fork 27

小李/TinySelect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
小李 提交于 2023-10-29 16:47 . build 0.4.5
{
"name": "tinyselect",
"version": "0.4.5",
"description": "灵活的WEB下拉组件",
"scripts": {
"dev": "vite",
"build": "grunt",
"watch": "grunt watch"
},
"keywords": [
"select",
"combo",
"dropdown",
"tinyselect",
"list",
"popup"
],
"homepage": "http://gitee.com/hyjiacan/TinySelect",
"example": "http://hyjiacan.gitee.io/tinyselect",
"bugs": {
"url": "http://gitee.com/hyjiacan/TinySelect/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/hyjiacan/TinySelect.git"
},
"license": "MIT",
"author": "hyjiacan <hyjiacan@163.com> (http://www.hyjiacan.com)",
"main": "dist/tinyselect.js",
"dependencies": {
"jquery": "^1.11.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"vite": "^4.4.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hyjiacan/TinySelect.git
git@gitee.com:hyjiacan/TinySelect.git
hyjiacan
TinySelect
TinySelect
master

搜索帮助