layui/package.json

40 lines
849 B
JSON
Raw Permalink Normal View History

2017-08-21 08:51:13 +08:00
{
2021-04-07 13:41:16 +08:00
"name": "layui",
2023-11-06 09:04:08 +08:00
"version": "3.0.0-alpha",
2021-05-18 02:42:31 +08:00
"description": "Classic modular Front-End UI library",
2019-06-03 07:57:12 +08:00
"main": "dist/layui.js",
2017-08-21 08:51:13 +08:00
"license": "MIT",
2022-03-16 09:23:03 +08:00
"scripts": {},
2017-08-21 08:51:13 +08:00
"repository": {
"type": "git",
2022-05-18 22:35:13 +08:00
"url": "git+ssh://git@github.com/layui/layui.git"
2017-08-21 08:51:13 +08:00
},
2023-05-08 19:08:22 +08:00
"homepage": "https://layui.dev",
2017-08-21 08:51:13 +08:00
"devDependencies": {
2022-05-18 22:35:13 +08:00
"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",
2022-05-18 22:35:13 +08:00
"gulp-rename": "^2.0.0",
"gulp-header": "^2.0.9",
"gulp-footer": "^2.1.0",
2023-10-23 10:30:22 +08:00
"gulp-sourcemaps": "^3.0.0",
"del": "^2.2.2",
"minimist": "^1.2.8"
2017-08-21 08:51:13 +08:00
},
"bugs": {
2022-07-30 22:54:55 +08:00
"url": "https://gitee.com/layui/layui/issues"
2017-08-21 08:51:13 +08:00
},
"dependencies": {},
2017-08-21 08:51:13 +08:00
"keywords": [
"layui",
2017-12-13 19:22:33 +08:00
"ui",
2022-05-18 22:35:13 +08:00
"javascript",
"css",
"components",
"framework",
"library"
2017-08-21 08:51:13 +08:00
]
}