优化 package 结构
This commit is contained in:
parent
4ed6f53fdb
commit
a8fb1bfc8e
35
package.json
35
package.json
@ -2,14 +2,29 @@
|
|||||||
"name": "layui",
|
"name": "layui",
|
||||||
"version": "2.8.18",
|
"version": "2.8.18",
|
||||||
"description": "Classic modular Front-End UI library",
|
"description": "Classic modular Front-End UI library",
|
||||||
"main": "dist/layui.js",
|
"keywords": [
|
||||||
|
"layui",
|
||||||
|
"components",
|
||||||
|
"front-end",
|
||||||
|
"framework",
|
||||||
|
"library",
|
||||||
|
"ui",
|
||||||
|
"web"
|
||||||
|
],
|
||||||
|
"homepage": "https://layui.dev",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {},
|
"bugs": {
|
||||||
|
"url": "https://github.com/layui/layui/issues"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+ssh://git@github.com/layui/layui.git"
|
"url": "git+ssh://git@github.com/layui/layui.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://layui.dev",
|
"main": "dist/layui.js",
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
|
"scripts": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
@ -23,17 +38,5 @@
|
|||||||
"del": "^2.2.2",
|
"del": "^2.2.2",
|
||||||
"minimist": "^1.2.8"
|
"minimist": "^1.2.8"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"dependencies": {}
|
||||||
"url": "https://gitee.com/layui/layui/issues"
|
|
||||||
},
|
|
||||||
"dependencies": {},
|
|
||||||
"keywords": [
|
|
||||||
"layui",
|
|
||||||
"ui",
|
|
||||||
"javascript",
|
|
||||||
"css",
|
|
||||||
"components",
|
|
||||||
"framework",
|
|
||||||
"library"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user