forked from angelo/web-retail-h5
				
			
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | ||
|   "name": "hzs_cloud_h5",
 | ||
|   "version": "1.0.0",
 | ||
|   "description": "<!--  * @Descripttion:   * @version:   * @Author: 王三<E78E8B> * @Date: 2022-11-21 15:11:22 -->",
 | ||
|   "main": "main.js",
 | ||
|   "dependencies": {
 | ||
|     "axios": "^1.5.0",
 | ||
|     "echarts": "^4.9.0",
 | ||
|     "file-saver": "^2.0.5",
 | ||
|     "glob": "^11.0.1",
 | ||
|     "html2canvas": "^1.4.1",
 | ||
|     "js-cookie": "^3.0.5",
 | ||
|     "qrcodejs2": "0.0.2",
 | ||
|     "swiper": "^3.4.2",
 | ||
|     "vue-clipboard2": "^0.3.3",
 | ||
|     "vue-i18n": "^9.2.2",
 | ||
|     "vue-tree-color": "^2.3.2",
 | ||
|     "weixin-js-sdk": "^1.6.0"
 | ||
|   },
 | ||
|   "devDependencies": {
 | ||
|     "less": "^3.13.1",
 | ||
|     "less-loader": "^4.1.0",
 | ||
|     "prettier": "^3.5.3"
 | ||
|   },
 | ||
|   "scripts": {
 | ||
|     "test": "echo \"Error: no test specified\" && exit 1",
 | ||
|     "format": "prettier --write .",
 | ||
|     "check-format": "prettier --check ."
 | ||
|   },
 | ||
|   "repository": {
 | ||
|     "type": "git",
 | ||
|     "url": "http://182.92.11.203:9999/web/hzs_cloud_h5.git"
 | ||
|   },
 | ||
|   "keywords": [],
 | ||
|   "author": "",
 | ||
|   "license": "ISC",
 | ||
|   "uni-app": {
 | ||
|     "scripts": {
 | ||
|       "dev-env": {
 | ||
|         "title": "开发环境",
 | ||
|         "env": {
 | ||
|           "UNI_PLATFORM": "h5"
 | ||
|         },
 | ||
|         "define": {
 | ||
|           "DEV_SERVER": true
 | ||
|         }
 | ||
|       },
 | ||
|       "prod-env": {
 | ||
|         "title": "测试环境",
 | ||
|         "env": {
 | ||
|           "UNI_PLATFORM": "h5"
 | ||
|         },
 | ||
|         "define": {
 | ||
|           "QA_SERVER": true
 | ||
|         }
 | ||
|       }
 | ||
|     }
 | ||
|   }
 | ||
| } |