一套开源的 Web UI 组件库。采用自身极简的模块化规范,并遵循原生 HTML/CSS/JS 的开发模式,极易上手,开箱即用。非常适合网页界面的快速构建。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
954 B

{
"name": "layui",
"version": "2.9.18",
"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": {}
}