magix-combine
Version:
合并Magix View的html,js,css成一个js文件,并检测html,js,css中可能存在的问题
39 lines • 978 B
JSON
{
"name": "magix-combine",
"version": "3.12.3",
"description": "合并Magix View的html,js,css成一个js文件,并检测html,js,css中可能存在的问题",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/thx/magix-combine.git"
},
"keywords": [
"magix",
"view",
"combine",
"checker",
"offline"
],
"dependencies": {
"acorn": "8.8.x",
"acorn-walk": "8.2.x",
"autoprefixer": "10.4.x",
"chalk": "4.1.x",
"cssnano": "5.1.x",
"html-entities-decoder": "1.0.x",
"html-minifier": "4.0.x",
"less": "3.11.x",
"postcss": "8.4.x",
"string-width": "4.2.x",
"typescript": "5.0.x",
"clean-css": "5.3.x",
"fs-extra": "10.1.x"
},
"author": "xinglie <xinglie.lkf@taobao.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thx/magix-combine/issues"
},
"homepage": "https://github.com/thx/magix-combine#readme"
}