1 Star 12 Fork 2

LCUI 开发/命令行开发工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2025-01-07 23:59 +08:00 . chore(release): v1.2.0
{
"name": "@lcui/cli",
"version": "1.2.0",
"type": "module",
"description": "Command line interface for rapid LCUI development",
"main": "index.js",
"bin": {
"lcui": "bin/lcui.js"
},
"files": [
"lib"
],
"types": "./lib/types.d.ts",
"scripts": {
"test": "echo \"no test specified\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "npm run changelog && git add CHANGELOG.md"
},
"author": "Liu",
"license": "MIT",
"repository": {
"url": "git+https://github.com/lc-ui/lcui-cli.git"
},
"dependencies": {
"chalk": "^4.1.1",
"change-case": "^4.1.2",
"change-case-all": "^2.1.0",
"commander": "^11.0.0",
"cosmiconfig": "^9.0.0",
"fs-extra": "^10.0.0",
"os-locale": "^6.0.2",
"postcss": "^8.4.38",
"postcss-modules": "^6.0.0",
"postcss-sass": "^0.5.0",
"postcss-url": "^10.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.64.2",
"simple-git": "^3.25.0",
"typescript": "^5.4.5",
"winston": "^3.10.0",
"xml-js": "^1.6.11",
"yaml": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@types/react": "^18.2.64",
"codecov": "^3.8.2",
"eslint": "^8.50.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
},
"bugs": {
"url": "https://github.com/lc-ui/lcui-cli/issues"
},
"homepage": "https://github.com/lc-ui/lcui-cli#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"lcui",
"cli",
"compiler"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/lcui-dev/lcui-cli.git
git@gitee.com:lcui-dev/lcui-cli.git
lcui-dev
lcui-cli
命令行开发工具
develop

搜索帮助