| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2025-04-24 17:50:24 +08:00
										 |  |  |   "name": "bd_cloud_h5", | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |   "version": "1.0.0", | 
					
						
							| 
									
										
										
										
											2025-04-24 10:08:32 +08:00
										 |  |  |   "description": "h5", | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |   "main": "main.js", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "axios": "^1.5.0", | 
					
						
							|  |  |  |     "echarts": "^4.9.0", | 
					
						
							|  |  |  |     "file-saver": "^2.0.5", | 
					
						
							| 
									
										
										
										
											2025-04-01 21:35:18 +08:00
										 |  |  |     "glob": "^11.0.1", | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |     "html2canvas": "^1.4.1", | 
					
						
							|  |  |  |     "js-cookie": "^3.0.5", | 
					
						
							|  |  |  |     "qrcodejs2": "0.0.2", | 
					
						
							|  |  |  |     "swiper": "^3.4.2", | 
					
						
							| 
									
										
										
										
											2025-07-03 16:44:18 +08:00
										 |  |  |     "vconsole": "^3.15.1", | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |     "vue-clipboard2": "^0.3.3", | 
					
						
							|  |  |  |     "vue-i18n": "^9.2.2", | 
					
						
							|  |  |  |     "vue-tree-color": "^2.3.2", | 
					
						
							|  |  |  |     "weixin-js-sdk": "^1.6.0" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2025-05-23 17:40:13 +08:00
										 |  |  |     "@vue/eslint-config-prettier": "^8.0.0", | 
					
						
							|  |  |  |     "eslint": "^8.57.1", | 
					
						
							|  |  |  |     "eslint-config-prettier": "^9.1.0", | 
					
						
							|  |  |  |     "eslint-plugin-vue": "^9.33.0", | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |     "less": "^3.13.1", | 
					
						
							| 
									
										
										
										
											2025-04-08 17:51:03 +08:00
										 |  |  |     "less-loader": "^4.1.0", | 
					
						
							|  |  |  |     "prettier": "^3.5.3" | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2025-04-08 17:51:03 +08:00
										 |  |  |     "test": "echo \"Error: no test specified\" && exit 1", | 
					
						
							|  |  |  |     "format": "prettier --write .", | 
					
						
							| 
									
										
										
										
											2025-05-23 17:40:13 +08:00
										 |  |  |     "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}\"" | 
					
						
							| 
									
										
										
										
											2025-03-23 09:29:40 +08:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [], | 
					
						
							|  |  |  |   "author": "", | 
					
						
							| 
									
										
										
										
											2025-04-09 09:30:26 +08:00
										 |  |  |   "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 | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2025-05-23 17:40:13 +08:00
										 |  |  | } |