1 Star 0 Fork 0

QuJie/ShopCenter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
QuJie 提交于 2022-04-17 15:25 . 2022-03-27
{
"name": "com.tiyanfu.shopcenter",
"displayName": "门店中心",
"version": "1.0.0",
"description": "门店中心APP",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"build-android": "vite build && cordova build android"
},
"keywords": [
"JefferyQu"
],
"author": "quJie-JefferyQu",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.25.0",
"decimal.js": "^10.3.1",
"echarts": "^5.2.1",
"phonegap-plugin-barcodescanner": "^8.1.0",
"vant": "^3.4.4",
"vue": "^3.2.16",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/node": "^16.9.6",
"@vitejs/plugin-legacy": "^1.7.1",
"@vitejs/plugin-vue": "^1.9.3",
"cordova-android": "^10.1.1",
"cordova-plugin-camera": "^6.0.0",
"cordova-plugin-statusbar": "^3.0.0",
"node-sass": "^7.0.1",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
},
"cordova": {
"plugins": {
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-statusbar": {}
},
"platforms": [
"android"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jefferyqu/shop-center.git
git@gitee.com:jefferyqu/shop-center.git
jefferyqu
shop-center
ShopCenter
master

搜索帮助