1 Star 0 Fork 0

jun-brother/uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
zengr 提交于 2022-06-22 13:18 . app 二维码
{
"name": "uniapp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"deploy:test": "node deploy_test.js",
"deploy:prod": "node deploy_prod.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"papaparse": "^5.3.2",
"u-qrcode": "^3.2.2"
},
"devDependencies": {
"@dcloudio/types": "^2.5.19",
"scp2": "^0.5.0",
"typescript": "^4.6.3"
},
"uni-app": {
"scripts": {
"h5_dev": {
"title": "h5_dev",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"CDV": false,
"H5_DEV": true
}
},
"h5_test": {
"title": "h5_test",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"CDV": false,
"H5_TEST": true
}
},
"h5_prod": {
"title": "h5_prod",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"CDV": false,
"H5_PROD": true
}
},
"cordova_dev": {
"title": "cordova_dev",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"CDV": true,
"CORDOVA_DEV": true
}
},
"cordova_test": {
"title": "cordova_test",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"CDV": true,
"CORDOVA_TEST": true
}
},
"cordova_prod": {
"title": "cordova_prod",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"CDV": true,
"CORDOVA_PROD": true
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jun-brother/uniapp.git
git@gitee.com:jun-brother/uniapp.git
jun-brother
uniapp
uniapp
master

搜索帮助