2.7K Star 16K Fork 3.6K

GVPLayui / layui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 953 Bytes
一键复制 编辑 原始数据 按行查看 历史
贤心 提交于 2024-05-05 13:57 . release: v2.9.9
{
"name": "layui",
"version": "2.9.9",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",
"components",
"front-end",
"framework",
"library",
"ui",
"web"
],
"homepage": "https://layui.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/layui/layui/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/layui/layui.git"
},
"main": "dist/layui.js",
"files": [
"dist"
],
"scripts": {
"build": "gulp",
"release": "npm run build && npm rum release-zip",
"release-zip": "gulp release"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.4",
"gulp-header": "^2.0.9",
"gulp-sourcemaps": "^3.0.0",
"gulp-zip": "^5.1.0",
"del": "^6.1.1",
"minimist": "^1.2.8"
},
"dependencies": {}
}
JavaScript
1
https://gitee.com/layui/layui.git
git@gitee.com:layui/layui.git
layui
layui
layui
main

搜索帮助