68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "bd_cloud_h5",
 | |
|   "version": "1.0.0",
 | |
|   "description": "h5",
 | |
|   "main": "main.js",
 | |
|   "dependencies": {
 | |
|     "@zumer/snapdom": "^1.9.5",
 | |
|     "axios": "^1.5.0",
 | |
|     "dayjs": "^1.11.13",
 | |
|     "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",
 | |
|     "uqrcodejs": "^4.0.7",
 | |
|     "vconsole": "^3.15.1",
 | |
|     "vue-clipboard2": "^0.3.3",
 | |
|     "vue-i18n": "^9.2.2",
 | |
|     "vue-tree-color": "^2.3.2",
 | |
|     "weixin-js-sdk": "^1.6.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@vue/eslint-config-prettier": "^8.0.0",
 | |
|     "eslint": "^8.57.1",
 | |
|     "eslint-config-prettier": "^9.1.0",
 | |
|     "eslint-plugin-vue": "^9.33.0",
 | |
|     "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 .",
 | |
|     "lint": "eslint --ext .js,.vue .",
 | |
|     "lint:fix": "eslint --ext .js,.vue . --fix",
 | |
|     "format:check": "prettier --check \"**/*.{js,vue,json,md}\"",
 | |
|     "format:write": "prettier --write \"**/*.{js,vue,json,md}\""
 | |
|   },
 | |
|   "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
 | |
|         }
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 |