3 Star 16 Fork 9

zhangdaren/miniprogram-to-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
zhangdaren 提交于 2023-12-03 18:24 +08:00 . feat: 支持 vant 第三方案(wxcompoents)
{
"name": "miniprogram-to-uniapp",
"author": {
"name": "zhangdaren",
"email": "375890534@qq.com"
},
"bin": {
"wtu": "bin/wtu"
},
"bugs": {
"url": "https://github.com/zhangdaren/miniprogram-to-uniapp/issues",
"email": "375890534@qq.com"
},
"bundleDependencies": [],
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/generator": "^7.19.5",
"@babel/parser": "^7.19.4",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@babel/traverse": "^7.19.4",
"@babel/types": "^7.19.4",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.12",
"clone": "^2.1.2",
"commander": "^9.3.0",
"fdir": "^5.2.0",
"fs-extra": "^10.1.0",
"gogocode": "^1.0.55",
"inquirer": "8.2.0",
"js-beautify": "^1.14.3",
"less": "^4.1.3",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"node-pinyin": "^0.2.3",
"pkg-updater": "^1.0.4",
"postcss": "^8.4.13",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.4",
"prettier": "2.8.8",
"progress": "^2.0.3"
},
"deprecated": false,
"description": "轻松将各种小程序转换为 uni-app 项目",
"devDependencies": {
"jest": "^29.2.0"
},
"homepage": "https://github.com/zhangdaren/miniprogram-to-uniapp#readme",
"keywords": [
"weixin",
"qq",
"toutiao",
"alipay",
"baidu",
"miniprogram",
"uni-app",
"transformation",
"uniCloud",
"cloud"
],
"license": "Apache License 2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zhangdaren/miniprogram-to-uniapp.git"
},
"scripts": {
"test": "jest",
"debugger": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --no-watchman"
},
"version": "2.2.6"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhangdaren/miniprogram-to-uniapp.git
git@gitee.com:zhangdaren/miniprogram-to-uniapp.git
zhangdaren
miniprogram-to-uniapp
miniprogram-to-uniapp
master

搜索帮助